Go to file
Albert Cervera i Areny 235a5ac6ee Initial commit. 2013-03-30 12:19:39 +01:00
HTMLTestRunner.py Initial commit. 2013-03-30 12:19:39 +01:00
README Initial commit. 2013-03-30 12:19:39 +01:00
postgres.conf Initial commit. 2013-03-30 12:19:39 +01:00
runtests.py Initial commit. 2013-03-30 12:19:39 +01:00
sqlite.conf Initial commit. 2013-03-30 12:19:39 +01:00
test.py Initial commit. 2013-03-30 12:19:39 +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

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

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.