summaryrefslogtreecommitdiff
path: root/tests/run_tests.sh
AgeCommit message (Collapse)Author
2022-06-02Rename old run_tests.sh script; it's not used in hooks anymore.Scott Gasch
2022-04-09Fix typo.Scott Gasch
2022-02-06Ignore integration test results in code coverage report.Scott Gasch
2022-02-03Make the parallelize intergration test short enough to run atScott Gasch
checkin time and enable it.
2022-01-31Make run_tests.sh re-run a subset of the tests w/o coverageScott
instrumentation even in --coverage mode.
2022-01-24Fix a newly introduced bug in run_tests.sh.Scott
2022-01-24Improve run_tests.shScott
2022-01-24Improve run_tests.shScott
2022-01-24Add repro instructions for coverage in run_tests.sh.Scott
2022-01-24Adds optional code coverage reporting to run_tests.sh.Scott
2022-01-11Fix a couple of bugs in executors. Use run_tests.sh as a pre commitScott
hook.
2021-09-29Stuff.Scott Gasch
2021-09-29Add tests on bidict. Fix bug in string_utils ngrams.Scott Gasch
2021-09-23Fixup argparse_utils' doctest and tweak test runner.Scott Gasch
2021-09-23Fixup test runner.Scott Gasch
2021-09-15Adding doctests. Also added a logging filter.Scott Gasch
2021-09-09Update tests / test harness.Scott Gasch