index
:
python_utils.git
master
A bunch of python helper utils. Needed to run most of my python code.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
run_tests.sh
Age
Commit message (
Collapse
)
Author
2022-04-09
Fix typo.
Scott Gasch
2022-02-06
Ignore integration test results in code coverage report.
Scott Gasch
2022-02-03
Make the parallelize intergration test short enough to run at
Scott Gasch
checkin time and enable it.
2022-01-31
Make run_tests.sh re-run a subset of the tests w/o coverage
Scott
instrumentation even in --coverage mode.
2022-01-24
Fix a newly introduced bug in run_tests.sh.
Scott
2022-01-24
Improve run_tests.sh
Scott
2022-01-24
Improve run_tests.sh
Scott
2022-01-24
Add repro instructions for coverage in run_tests.sh.
Scott
2022-01-24
Adds optional code coverage reporting to run_tests.sh.
Scott
2022-01-11
Fix a couple of bugs in executors. Use run_tests.sh as a pre commit
Scott
hook.
2021-09-29
Stuff.
Scott Gasch
2021-09-29
Add tests on bidict. Fix bug in string_utils ngrams.
Scott Gasch
2021-09-23
Fixup argparse_utils' doctest and tweak test runner.
Scott Gasch
2021-09-23
Fixup test runner.
Scott Gasch
2021-09-15
Adding doctests. Also added a logging filter.
Scott Gasch
2021-09-09
Update tests / test harness.
Scott Gasch