Skip to main content

A Robot Framework Tarantool Library

Project description

Build Status

Short Description

Robot Framework library for working with Tarantool DB.

Installation

pip install robotframework-tarantoollibrary

Example

*** Settings ***
Library    tarantoollibrary

*** Test Cases ***
    ${data_from_trnt}=    Select   space_name=some_space_name   key=0   key_type=NUM
    Set Test Variable     ${key}   ${data_from_trnt[0][0]}
    Set Test Variable     ${data_from_field}   ${data_from_trnt[0][1]}
*** Settings ***

License

Apache License 2.0

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

robotframework-tarantoollibrary-1.0.3.tar.gz (4.7 kB view hashes)

Uploaded Source

Built Distribution

robotframework_tarantoollibrary-1.0.3-py2.py3-none-any.whl (5.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page