Development¶
All contributions to profig
are welcome. Begin by forking the central
repository:
$ hg clone ssh://hg@bitbucket.org/dhagrow/profig
Tests¶
All tests are in tests.py
. They can be run with either Python 2 or
Python 3:
$ python2 -m tests
.................................
----------------------------------------------------------------------
Ran 33 tests in 0.425s
OK
$ python3 -m tests
.................................
----------------------------------------------------------------------
Ran 33 tests in 0.409s
OK