aboutsummaryrefslogtreecommitdiff
path: root/plip/test/run_all_tests.sh
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2020-07-02 20:48:33 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2020-07-02 20:48:33 +0530
commit4be08f7bdd77991e9e453c1cda863c3f20c338d5 (patch)
tree083e8e91622221185a28fd50754abc2f86b1df43 /plip/test/run_all_tests.sh
initial commit
Diffstat (limited to 'plip/test/run_all_tests.sh')
-rwxr-xr-xplip/test/run_all_tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/plip/test/run_all_tests.sh b/plip/test/run_all_tests.sh
new file mode 100755
index 0000000..73f0393
--- /dev/null
+++ b/plip/test/run_all_tests.sh
@@ -0,0 +1 @@
+python3 -m unittest discover -s . -p 'test_*.py'