Optionally surface exceptions that happen under executors by reading
[python_utils.git] / tests /
2022-01-27 ScottAdding test code trying to improve test coverage.
2022-01-25 ScottFix a newly introduced bug in run_tests.sh.
2022-01-24 ScottImprove run_tests.sh
2022-01-24 ScottImprove run_tests.sh
2022-01-24 ScottAdd repro instructions for coverage in run_tests.sh.
2022-01-24 ScottFinish up this coverage stuff.
2022-01-24 ScottAdds optional code coverage reporting to run_tests.sh.
2022-01-23 ScottClean up the remote executor stuff and create a dedicat...
2022-01-11 ScottFix a couple of bugs in executors. Use run_tests.sh...
2021-09-29 Scott GaschStuff.
2021-09-29 Scott GaschAdd tests on bidict. Fix bug in string_utils ngrams.
2021-09-27 Scott GaschCompress small text messages by just restricting the...
2021-09-23 Scott GaschFixup argparse_utils' doctest and tweak test runner.
2021-09-23 Scott GaschFixup test runner.
2021-09-22 Scott GaschPersistent state.
2021-09-20 Scott GaschPersisted singleton
2021-09-20 Scott GaschPersistent state
2021-09-15 Scott GaschAdding doctests. Also added a logging filter.
2021-09-09 Scott GaschUpdate tests / test harness.
2021-09-09 Scott GaschAdd doctests to some of this stuff.
2021-09-08 Scott GaschVarious changes.
2021-08-05 Scott GaschAdds profanity filter, fixes bugs.
2021-07-29 Scott GaschMoney, Rate, CentCount and a bunch of bugfixes.
2021-07-17 Scott GaschRecord streams.
2021-07-17 Scott GaschRename timer; add a test for OutputContext.
2021-07-11 Scott GaschRandom cleanups and type safety. Created ml subdir.
2021-07-10 Scott GaschScript to run tests.
2021-07-10 Scott GaschACL uses enums, some more tests, other stuff.
2021-07-09 Scott GaschRename simple_acl -> acl
2021-07-09 Scott GaschClean up ACLs
2021-07-09 Scott GaschLots of changes.
2021-04-24 Scott GaschMove parallelize_test to tests dir.
2021-03-25 Scott GaschInitial revision