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 ea431393e1 Upgrade license to AGPLv3 2011-05-02 10:08:59 +02:00
..
README Minimalistic README file for tests 2011-03-04 11:49:58 +01:00
__init__.py Upgrade license to AGPLv3 2011-05-02 10:08:59 +02: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.