Go to file
?ngel ?lvarez Serra e528f53247 add nereid to pythonpath 2013-12-02 10:13:11 +01:00
HTMLTestRunner.py add function to know if tryton tests are successuful or not 2013-11-30 13:15:18 +01:00
README Try to detect better when test run correctly 2013-11-30 01:15:30 +01:00
postgres.conf Initial commit. 2013-03-30 12:19:39 +01:00
requirements.txt Add invoke in requirements.txt 2013-09-26 19:36:46 +02:00
runtests.py add nereid to pythonpath 2013-12-02 10:13:11 +01:00
sqlite.conf Initial commit. 2013-03-30 12:19:39 +01:00
super-runner.sh super-runner.sh: Add /usr/local/bin into path 2013-09-27 11:24:03 +02:00
test.py Try to detect better when test run correctly 2013-11-30 01:15:30 +01:00

README

To run the tests you should use runtests.py. For that to work you need to create
a config file at ~/.tryton-tests.cfg with the following sections::

   [branch-name-1]
   trytond = /path/to/trytond-1
   proteus = /path/to/proteus-1
   nereid = /path/to/nereid_app-1

   [branch-name-2]
   trytond = /path/to/trytond-2
   proteus = /path/to/proteus-2
   nereid = /path/to/nereid_app-1

Executing runtests.py will execute the tests against all branches. If you want
to run test against only one of them you can use the -b <branch> parameter.