Minimalistic README file for tests

This commit is contained in:
Frédéric Péters 2011-03-04 11:49:58 +01:00
parent dade38a5dd
commit 996a5100dc
1 changed files with 14 additions and 0 deletions

14
tests/README Normal file
View File

@ -0,0 +1,14 @@
README for asec tests
=====================
Requirements:
- twill (apt-get install python-twill)
- nose (apt-get install python-nose)
Tests are run with nosetests from this directory; configuration variables
required to run the tests should be defined in a configuration file, see
sample.config for an example.
Then you have to point this file in the ASEC_TESTS_CONFIGFILE environment
variable.