1 This is functionality test suite for Gnuk.
3 You need python-nose, python-freshen as well as python-usb.
5 Besides, python-crypto is needed when you use generate_keys.py to
6 update contents of *.key.
11 $ nosetests --with-freshen
15 $ nosetests -v --with-freshen
17 to run the test suite.
19 To skip tests for key generation, add an option "--tag ~keygen". To
20 stop running tests after the first error or failure, add "--stop option".