gnuk/test/README

21 lines
442 B
Plaintext
Raw Normal View History

2012-07-06 01:21:58 +00:00
This is a functionality test suite for Gnuk.
2012-06-26 08:59:24 +00:00
2012-06-27 05:15:51 +00:00
You need python-nose, python-freshen as well as python-usb.
Besides, python-crypto is needed when you use generate_keys.py to
2012-06-28 05:19:05 +00:00
update contents of *.key.
2012-06-26 08:59:24 +00:00
Type:
2012-06-28 05:19:05 +00:00
$ nosetests --with-freshen
2012-06-26 08:59:24 +00:00
or
2012-06-28 05:19:05 +00:00
$ nosetests -v --with-freshen
2012-06-26 08:59:24 +00:00
to run the test suite.
2012-06-28 05:19:05 +00:00
To skip tests for key generation, add an option "--tag ~keygen". To
2012-07-06 01:21:58 +00:00
stop running tests after the first error or failure, add "--stop" option.