Document Actions
Next:
4.6.
How to do automated functional and integration tests
Previous:
4.4.
How to setup a package index server
4.5. How to run Bungeni unit tests
Running all the tests
From the buildout root folder run :
./bin/test bungeni
Running tests for a package
From the buildout root folder run :
./bin/test bungeni.core
Where bungeni.core is the package name
Running a specific test within a package
From the buildout root folder run :
./bin/test bungeni.core -t question.txt
Where bungeni.core is the package name and 'question.txt' is the specific test file.



