source:
ogClient-Git/tests/run-tests.py
@
230bdca
Last change on this file since 230bdca was bb65bd7, checked in by , 5 years ago | |
---|---|
|
|
File size: 147 bytes |
Rev | Line | |
---|---|---|
[bb65bd7] | 1 | #!/usr/bin/env python3 |
2 | ||
3 | import subprocess | |
4 | ||
5 | # Run all tests in folder units. | |
6 | subprocess.run('python3 -m unittest discover -s units -v', shell=True) |
Note: See TracBrowser
for help on using the repository browser.