diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-07-02 20:48:33 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-07-02 20:48:33 +0530 |
commit | 4be08f7bdd77991e9e453c1cda863c3f20c338d5 (patch) | |
tree | 083e8e91622221185a28fd50754abc2f86b1df43 /plip/test/run_all_tests.sh |
initial commit
Diffstat (limited to 'plip/test/run_all_tests.sh')
-rwxr-xr-x | plip/test/run_all_tests.sh | 1 |
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' |