source:
ogClient-Git/tests/run-tests.py
@
23cc1e6
Last change on this file since 23cc1e6 was bb65bd7, checked in by , 5 years ago | |
---|---|
|
|
File size: 147 bytes |
Line | |
---|---|
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.