summaryrefslogtreecommitdiffstats
path: root/src/software/test/run_tests.py
Commit message (Collapse)AuthorAgeFilesLines
* comply with nosetests rulesMichal Minar2012-12-071-257/+0
| | | | | all methods, functions and modules including 'test' in their name and not intended to be run by nosetests renamed
* non-ascii char appeared in commentMichal Minar2012-12-071-1/+1
| | | | fixed syntax error
* rewritten tests for software managementMichal Minar2012-12-071-0/+257
All tests are invocable from single script called "run_tests.py" and as standalone-modules as well. Its behaviour is modifiable through environment variables according to TestGuidelines. run_tests.py can be passed arguments instead. Package database is not fixed anymore. Instead it's generated automatically for system, where tests are triggered.