update NEWS

This commit is contained in:
NIIBE Yutaka
2012-06-28 14:19:05 +09:00
parent 9f0b8ff4c3
commit 09f22b114c
2 changed files with 8 additions and 3 deletions

View File

@@ -3,15 +3,18 @@ This is 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 *.key.
update contents of *.key.
Type:
$ nosetests --with-freshen .
$ nosetests --with-freshen
or
$ nosetests -v --with-freshen .
$ 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".