tarsqi / ttk

Tarsqi Toolkit
Apache License 2.0
25 stars 10 forks source link

Add different kinds of tests #72

Open marcverhagen opened 7 years ago

marcverhagen commented 7 years ago

Now we only have the tests in testing/run_tests.py, which are like unit tests, and the coarse grained regression tests in testing/scripts/regression.

At least add some tests testing certain command line option configurations and perhaps some true unit tests. Also revisit the different kind of regression tests in testing/regression.py.

And please look into using Jenkins and/or Travis.