gnuk/test/README

18 lines
288 B
Plaintext
Raw Normal View History

2012-06-26 08:59:24 +00:00
This is functionality test suite for Gnuk.
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
update *.key.
2012-06-26 08:59:24 +00:00
Type:
$ nosetests --with-freshen .
or
$ nosetests -v --with-freshen .
to run the test suite.