|
HOWTO_RunBungeniUnitTests
How to run the Bungeni unit tests
Phase-Implementation Running all the testsFrom the buildout root folder run : ./bin/test bungeni Running tests for a packageFrom the buildout root folder run : ./bin/test bungeni.core Where bungeni.core is the package name Running a specific test within a packageFrom 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. | |
► Sign in to add a comment