gnuk/test
2012-07-10 17:03:50 +09:00
..
features no keygen test cases 2012-07-10 17:03:50 +09:00
generate_keys.py add test 2012-06-26 17:59:24 +09:00
gnuk.py add test for digital signature after keygen 2012-06-28 11:07:11 +09:00
README version 0.21 2012-07-06 10:21:58 +09:00
rsa_keys.py fix decryption test case 2012-07-09 09:26:10 +09:00
rsa-aut.key add test 2012-06-26 17:59:24 +09:00
rsa-dec.key add test 2012-06-26 17:59:24 +09:00
rsa-sig.key add test 2012-06-26 17:59:24 +09:00

This is a functionality test suite for Gnuk.

You need python-nose, python-freshen as well as python-usb.

Besides, python-crypto is needed when you use generate_keys.py to
update contents of *.key.


Type:

  $ nosetests --with-freshen

or

  $ nosetests -v --with-freshen

to run the test suite.

To skip tests for key generation, add an option "--tag ~keygen".  To
stop running tests after the first error or failure, add "--stop" option.