Skip to content

Commit

Permalink
script to make it easier to run all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jtauber committed Sep 25, 2019
1 parent 2a23d70 commit 3f031da
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions test_all.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/sh

echo "\nunit tests"
python unit_tests.py > /dev/null
echo "\nclassical paradigm tests"
python data_test.py
echo "\nregression tests"
python regression_tests.py
echo "\ndoctests"
python -m doctest examples.rst
echo "\nmorphgnt tests"
python morphgnt_generate.py 1 2 3 4 5 6 7 9 10 11 12 13 14 15 16 17 18 19 20 23 24 25 26 27
echo "\nhomer paradigm tests"
python homer_generate_paradigms.py

0 comments on commit 3f031da

Please sign in to comment.