summaryrefslogtreecommitdiffstats
path: root/tests/run-tests.py
blob: 5e6bfe7e12e74ce03ef918b87aab1f48d77bce0f (plain)
1
2
3
4
5
6
#!/usr/bin/env python3

import subprocess

# Run all tests in folder units.
subprocess.run('python3 -m unittest discover -s units -v', shell=True)