| |
|
|
|
|
|
|
|
|
|
|
|
| |
Current tags:
- example: unit test based on examples
- regression: regression tests
- long: tests known to be long, ie. more than 1min on Core i5
Example:
- launching only regression tests:
$> python test_all.py -t example
- do not launch long tests:
$> python test_all.py -t long
|