0 purchases
robotframeworktarantoollibrary 2.0.0
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.