A Robot Framework library to work with Couchbase
Project description
Short Description
Robot Framework library to work with Couchbase.
Installation
Before installing robotframework-couchbaselibrary, you should have the following to be installed:
Couchbase Server (http://couchbase.com/download)
libcouchbase. version 2.8.0 or greater (Bundled in Windows installer)
libcouchbase development files.
Python development files
A C compiler.
To install the library from PyPI, use this command:
pip install robotframework-couchbaselibrary
Documentation
See keyword documentation for CouchbaseLibrary library on GitHub.
Example
*** Settings ***
Library CouchbaseLibrary
Test Setup Connect To Couchbase
Test Teardown Close All Couchbase Bucket Connections
*** Test Cases ***
View Document In Bucket
Switch Couchbase Bucket Connection bucket1
View Document By Key key=1C1#000
Switch Couchbase Connection bucket2
View Document By Key key=1C1#000
*** Keywords ***
Connect To Couchbase
Connect To Couchbase Bucket my_host_name 8091 bucket_name password alias=bucket1
Connect To Couchbase Bucket my_host_name 8091 bucket_name password alias=bucket2
License
Apache License 2.0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for robotframework-couchbaselibrary-2.0.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0fb2009a728892fdb8962ce6e59fc6ec7736a1158f0b3bb3350730368a5bfdee |
|
MD5 | 854c56dbbd2baa43863f3b5b62e35ff2 |
|
BLAKE2b-256 | 13f6a1ecabd1f94e2ea68770f82f03abc9cd25056e1892929b0bf4f606fb71d7 |
Close
Hashes for robotframework_couchbaselibrary-2.0.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce64908c46eab3dc871ca20b288413a932900f52cf61eb4ceb3a4f2b5957ff14 |
|
MD5 | da2cee259e54ac5d6ae801366e7c8d86 |
|
BLAKE2b-256 | 7a2826c87b808fca41f0d74867ecc16afc85d9737b1af1154840971297e2aa2b |