AMQP library for usage in robotframework tests
Project description
## AMQP library for Robotframework
## Installation
### Using pip
:warning: Not implemeted yet
```
pip install robotframework-amqp
```
### Using the install script
```
python setup.py install
```
## Usage
In the settings section
```robotframework
*** Settings ***
Test Teardown After tests
Test Setup Before tests
Library RmqMsgSend
```
In the keywords section
```robotframework
*** Keywords ***
Before tests
Init AMQP connection ${amqp_host} ${amqp_port} ${amqp_user} ${amqp_pass} ${amqp_vhost}
Set amqp destination ${amqp_exchange} ${amqp_routing_key}
After tests
close amqp connection
```
## Installation
### Using pip
:warning: Not implemeted yet
```
pip install robotframework-amqp
```
### Using the install script
```
python setup.py install
```
## Usage
In the settings section
```robotframework
*** Settings ***
Test Teardown After tests
Test Setup Before tests
Library RmqMsgSend
```
In the keywords section
```robotframework
*** Keywords ***
Before tests
Init AMQP connection ${amqp_host} ${amqp_port} ${amqp_user} ${amqp_pass} ${amqp_vhost}
Set amqp destination ${amqp_exchange} ${amqp_routing_key}
After tests
close amqp connection
```
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
File details
Details for the file robotframework-amqp-0.0.2.tar.gz.
File metadata
- Download URL: robotframework-amqp-0.0.2.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af83a7f9e07abbb552d689632fb7890a8e02ba55c0c62a199fa199c23917f0ce
|
|
| MD5 |
9cb4fd97c8b7661429a51fdadacd6f20
|
|
| BLAKE2b-256 |
34ec4b1bf28d11890198832f94a8d839fafb17c7406ab6b74f747ca23e6b9c24
|