robotframework-tarantoollibrary 2.0.0

Creator: railscoder56

Last updated:

Add to Cart

Description:

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.