Hacking on lazr.delegates¶
These are guidelines for hacking on the lazr.delegates project. But first, please see the common hacking guidelines at:
Getting help¶
If you find bugs in this package, you can report them here:
If you want to discuss this package, join the team and mailing list here:
or send a message to:
Running the tests¶
The tests suite requires tox and nose and is compatible with both Python 2 and Python 3. To run the full test suite:
$ tox