Startup
This commit is contained in:
24
script/__Lib/diffcalc/doc/source/developer/development.rst
Executable file
24
script/__Lib/diffcalc/doc/source/developer/development.rst
Executable file
@@ -0,0 +1,24 @@
|
||||
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)
|
||||
|
||||
|
||||
|
||||
.. _here: https://github.com/DiamondLightSource/diffcalc
|
||||
.. _github: https://github.com
|
||||
.. _nose: http://nose.readthedocs.org/en/latest/
|
||||
.. _pep8: http://www.python.org/dev/peps/pep-0008/
|
||||
Reference in New Issue
Block a user