summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2022-01-31Make run_tests.sh re-run a subset of the tests w/o coverageScott
instrumentation even in --coverage mode.
2022-01-30Fix a recent bug in executors. Thread executor needs to returnScott
its future.
2022-01-30Change locking boundaries for shared dict. Add a unit test.Scott
Make smart_futures re-raise exceptions that happened in futures. Mess with file_utils.
2022-01-27Adding test code trying to improve test coverage.Scott
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-24Finish up this coverage stuff.Scott
2022-01-24Adds optional code coverage reporting to run_tests.sh.Scott
2022-01-23Clean up the remote executor stuff and create a dedicated heartbeatScott
thread. Fix the parallelize integration test. Other changes that depended on these fixes.
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-27Compress small text messages by just restricting the alphabet. Adds bidict.Scott Gasch
2021-09-23Fixup argparse_utils' doctest and tweak test runner.Scott Gasch
2021-09-23Fixup test runner.Scott Gasch
2021-09-21Persistent state.Scott Gasch
2021-09-19Persisted singletonScott Gasch
2021-09-19Persistent stateScott Gasch
2021-09-15Adding doctests. Also added a logging filter.Scott Gasch
2021-09-09Update tests / test harness.Scott Gasch
2021-09-08Add doctests to some of this stuff.Scott Gasch
2021-09-07Various changes.Scott Gasch
2021-08-05Adds profanity filter, fixes bugs.Scott Gasch
2021-07-28Money, Rate, CentCount and a bunch of bugfixes.Scott Gasch
2021-07-17Record streams.Scott Gasch
2021-07-16Rename timer; add a test for OutputContext.Scott Gasch
2021-07-11Random cleanups and type safety. Created ml subdir.Scott Gasch
2021-07-09Script to run tests.Scott Gasch
2021-07-09ACL uses enums, some more tests, other stuff.Scott Gasch
2021-07-08Rename simple_acl -> aclScott Gasch
2021-07-08Clean up ACLsScott Gasch
2021-07-08Lots of changes.Scott Gasch
2021-04-23Move parallelize_test to tests dir.Scott Gasch
2021-03-24Initial revisionScott Gasch