source: ogClient-Git/tests/run-tests.py @ 23cc1e6

Last change on this file since 23cc1e6 was bb65bd7, checked in by Alvaro Neira Ayuso <alvaroneay@…>, 5 years ago

Add unit testing basic structure

  • Property mode set to 100644
File size: 147 bytes
Line 
1#!/usr/bin/env python3
2
3import subprocess
4
5# Run all tests in folder units.
6subprocess.run('python3 -m unittest discover -s units -v', shell=True)
Note: See TracBrowser for help on using the repository browser.