Development

Contributing

The source code is available on GitHub and on Framagit.

You can use both instances for submitting pull-requests or issues.

Testing

In order to test ReactOBus, you should install py.test:

pip install pytest

Then run the test with:

py.test -v tests

The code should be also pep8 clean:

pep8 ReactoBus
pep8 reactobus

Continuous integration

The tests are run on each push to the github repository, thanks to Travis-CI. The results are: