Skip to content

SpikeeLabs/robotframework-rabbitmq

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RobotFramework RabbitMQ

Build Status

Short Description

Robot Framework library for for working with RabbitMQ.

Installation

Install the library from PyPI using pip:

pip install robotframework-rabbitmq

Documentation

See keyword documentation for RabbitMQ library on GitHub.

Example

*** Settings ***
Library    RabbitMq
Library    Collections

*** Test Cases ***
Simple Test
    Create Rabbitmq Connection    my_host_name    15672    5672    guest    guest    alias=rmq
    ${overview}=    Overview
    Log Dictionary    ${overview}
    Close All Rabbitmq Connections

License

Apache License 2.0

About

Robot Framework library for working with RabbitMQ

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%