blob: cbc9cc61a26c280c3aafe2de5dc0e06a45fb41ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
README for Lasso Integration Tests
==================================
Requirements:
- twill (apt-get install python-twill)
- nose (apt-get install python-nose)
- Authentic & LCS from Subversion and CVS
Default configuration is to look for apps in their installation directories,
but it is also possible to run tests without installing anything. Example
of a config file is in tests/config.py.example (must be renamed to config.py to
be effective).
Tests are run with nosetests from this directory.
|