monolith 0.1.0 documentation

This Page

Development

Testing

To run tests use nose:

$ nosetests

Tox

In order to run full test suite for all supported Python versions please use tox:

$ tox

Issues

Please file issues at https://github.com/lukaszb/monolith/issues. Also, if you fix something, please use pull request github’s feature. Preferably, use separate branches per issue (in case there would be extra work needed, it’s much easier to work locally at sepearate branch).