Files
dev/script/__Lib/diffcalc-snapshot/doc/source/developer/development.rst
2019-03-20 13:52:00 +01:00

703 B

Development

The files are kept here on github. See bootcamp for an introduction to using github. To contribute please fork the project. Otherwise you can make a read-only clone or export.

Code format should follow pep8 guidelines. PyDev has a good pep8 checker.

To run the tests install nose, change directory into the test folder and run:

$ nosetests
.......... ...
----------------------------------------------------------------------
Ran 3914 tests in 9.584s

OK (SKIP=15)