Skip to content

mini-monkey/mini-monkey-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiniMonkey Tests

Logo

Acceptence tests for the minimonkey broker. We take advantange of the excellent robot framework.

Getting Started

Clone and launch the minimonkey broker in one terminal:

git clone https://github.com/Raphexion/minimonkey.git
cd minimonkey

export god_token=myToken
rebar3 shell
application:ensure_all_started(minimonkey).

Run the acceptence tests in another terminal:

git clone https://github.com/Raphexion/minimonkey-tests.git
cd minimonkey-tests

pipenv install
pipenv run robot --pythonpath=libraries/ tests/