lasso/tests/integration
Benjamin Dauvergne 7e98aff1b7 Tests: fix __FILE__ -> __file__
* tests/integration/saml2/__init__.py:
   path to the current python file is __file__ not __FILE__.
2009-10-30 14:47:32 +00:00
..
saml2 Tests: fix __FILE__ -> __file__ 2009-10-30 14:47:32 +00:00
README Tests: add configuration file loading to integration test 2009-08-27 12:07:40 +00:00
private-key.pem added integration tests to repository 2008-02-25 09:55:36 +00:00
public-key.pem added integration tests to repository 2008-02-25 09:55:36 +00:00
valgrind-wrapper.sh Tests: do not hardcode PYTHONPATH in the valgrind wrapper 2009-08-26 15:14:59 +00:00

README

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). You can also place a configuration file in
~/.config/lasso_integration.conf, the format is "key = value" without any
quoting.

Tests are run with nosetests from this directory.

You can use the following environement variables to fine tune the execution of
the tests:
        - LASSO_BUILDDIR, to specify an out of source build directory to
          test,
        - NO_SILENT, to allow authentic and lcs outputs,
        - VALGRIND, to check memory leaks using valgrind.