robotframework-tarantoollibrary

A Robot Framework Tarantool Library


Keywords
python, robot-framework, robotframework, tarantool, tarantoollibrary
License
Apache-2.0
Install
pip install robotframework-tarantoollibrary==2.0.0

Documentation

Robot Framework Tarantool Library

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