Acceptence tests for the minimonkey broker. We take advantange of the excellent robot framework.
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/