Skip to content

peterservice-rnd/robotframework-tarantoollibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Robot Framework library for working with Tarantool DB

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages