https://github.com/peterservice-rnd/robotframework-tarantoollibrary
Robot Framework library for working with Tarantool DB
https://github.com/peterservice-rnd/robotframework-tarantoollibrary
python robot-framework robotframework tarantool tarantoollibrary
Last synced: 3 months ago
JSON representation
Robot Framework library for working with Tarantool DB
- Host: GitHub
- URL: https://github.com/peterservice-rnd/robotframework-tarantoollibrary
- Owner: peterservice-rnd
- License: apache-2.0
- Archived: true
- Created: 2018-10-02T13:49:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-09T06:32:05.000Z (over 5 years ago)
- Last Synced: 2024-12-17T00:27:45.079Z (5 months ago)
- Topics: python, robot-framework, robotframework, tarantool, tarantoollibrary
- Language: Python
- Homepage:
- Size: 63.5 KB
- Stars: 1
- Watchers: 6
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Robot Framework Tarantool Library
=======================================|Build Status|
Short Description
-----------------`Robot Framework`_ library for working with Tarantool DB.
Installation
------------::
pip install robotframework-tarantoollibrary
Example
-------.. code:: robotframework
*** 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
.. _Robot Framework: http://www.robotframework.org
.. |Build Status| image:: https://travis-ci.org/peterservice-rnd/robotframework-tarantoollibrary.svg?branch=master
:target: https://travis-ci.org/peterservice-rnd/robotframework-tarantoollibrary