What's the context for this pull request?(this is a good place to reference any GitHub issues that this PR addresses)
Previously our travis builds were running a dummy test that mostly ensured that they were set up properly.
What's new?
Now the travis build is instructed to run unittest discovery on all python modules with names ending in "_tests". So far, this is just regression_tests.py.
Also our Travis build fails now - will add issue
What should a reviewer feedback on?
Does anything need to be updated after merge?e.g the wiki or the WhitakerLab website
issue #22 needs to mention that all unittest tests ending "_tests" will be tested by Travis
need to create "Travis failing" issue
[x] I'm ready to merge
What's the context for this pull request? (this is a good place to reference any GitHub issues that this PR addresses) Previously our travis builds were running a dummy test that mostly ensured that they were set up properly.
What's new? Now the travis build is instructed to run unittest discovery on all python modules with names ending in "_tests". So far, this is just regression_tests.py. Also our Travis build fails now - will add issue
What should a reviewer feedback on?
Does anything need to be updated after merge? e.g the wiki or the WhitakerLab website issue #22 needs to mention that all unittest tests ending "_tests" will be tested by Travis need to create "Travis failing" issue