This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
asec/tests
Frédéric Péters 996a5100dc Minimalistic README file for tests 2011-03-04 11:49:58 +01:00
..
README Minimalistic README file for tests 2011-03-04 11:49:58 +01:00
__init__.py Add some minimalistic tests 2011-03-04 11:46:41 +01:00
sample.config Add some minimalistic tests 2011-03-04 11:46:41 +01:00

README

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.