From bb65bd7bf03da7ad5a9ae25d6caab57d06211b99 Mon Sep 17 00:00:00 2001 From: Roberto Hueso Gómez Date: Thu, 16 Jan 2020 11:33:26 +0100 Subject: Add unit testing basic structure --- tests/run-tests.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/run-tests.py (limited to 'tests/run-tests.py') diff --git a/tests/run-tests.py b/tests/run-tests.py new file mode 100644 index 0000000..5e6bfe7 --- /dev/null +++ b/tests/run-tests.py @@ -0,0 +1,6 @@ +#!/usr/bin/env python3 + +import subprocess + +# Run all tests in folder units. +subprocess.run('python3 -m unittest discover -s units -v', shell=True) -- cgit v1.2.3-18-g5258