Changeset 3963
- Timestamp:
- 01/31/09 02:17:11 (4 years ago)
- Location:
- branch/UMPA
- Files:
-
- 2 modified
-
run_tests.sh (modified) (1 diff)
-
tests/README (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branch/UMPA/run_tests.sh
r3960 r3963 1 1 #!/bin/sh 2 2 3 echo "#### TESTS FOR UMPA [ START ] ####" 3 4 py/bin/py.test tests 5 echo "#### TESTS FOR UMPA [ FINISH ] ####" -
branch/UMPA/tests/README
r3961 r3963 17 17 Tests are splitted into the following directories: unit, system. 18 18 19 Running tests: 20 -------------- 21 22 In main directory there is a executable file `run-tests.sh`. 23 You can run tests by running py.test (the package is included in UMPA sources) 24 directly with passing testsuite. E.g. $ py.test tests 19 25 20 26 References:
