See the Quickstart Guide for instructions on how to install Flanker.
Call nosetests
in the tests
directory to run unit tests. Note, some (network based) tests use mock
.
$ cd ~/flanker/tests
$ nosetests
S..S..S..S..S..S.............................................SS................................................................................................................................................................
----------------------------------------------------------------------
Ran 223 tests in 2.256s
OK (SKIP=8)
Call with --no-skip
to run all tests.
$ cd ~/flanker/tests
$ nosetests --no-skip
...............................................................................................................................................................................................................................
----------------------------------------------------------------------
Ran 223 tests in 7.806s
OK
Please use GitHub issues to discuss bugs, feature requests, and any other issues you may have with Flanker.
Try to stick as close as possible to PEP8.
Please ensure that any changes you make to Flanker are covered by tests.