Easier and more self documenting patterns for loading/saving Persistent
[python_utils.git] / tests /
2022-08-30 Scott GaschChanges towards splitting up the library and (maybe...
2022-08-21 Scott GaschMake release return a bool. Improve tests and logging.
2022-08-21 Scott GaschAdd a unittest for this zookeeper stuff.
2022-08-18 Scott GaschThis command broke b/c i relies on environment vars...
2022-08-10 Scott GaschMore changes to get 3.9 working.
2022-08-10 Scott GaschUpgrade to python 3.9.
2022-06-04 Scott GaschSpacing tweak.
2022-06-04 Scott GaschAdd timeout_seconds to cmd_showing_output.
2022-06-04 Scott GaschTake a lock before reading cross thread.
2022-06-03 Scott GaschMake run_tests.py also run a subset of tests w/o covera...
2022-06-03 Scott GaschAdd --all and cleanup clear_line().
2022-06-03 Scott GaschMake the bar graph thing do fractions.
2022-06-03 Scott GaschOne bugfix and some cosmetics.
2022-06-03 Scott GaschHammer on that run_tests.py thing again.
2022-06-03 Scott GaschRename old run_tests.sh script; it's not used in hooks...
2022-06-03 Scott GaschRename a method in exec_utils.
2022-06-02 Scott GaschCode cleanup for run_test.py
2022-06-02 Scott GaschAdd a .coveragerc file to make sure we run coverage...
2022-06-02 Scott GaschFinal touches on the new test runner.
2022-06-02 Scott GaschUpdate run_tests.py.
2022-06-02 Scott GaschInitial stab at a smarter doc/unit/integration/coverage...
2022-05-13 Scott GaschFix an edge condition around the Nth weekday of the...
2022-04-22 Scott GaschAdd powerset to list_utils; improve chord parser.
2022-04-22 Scott GaschAdd a chord parser test.
2022-04-09 Scott GaschFix typo.
2022-03-25 Scott GaschSince this thing is on the innerwebs I suppose it shoul...
2022-02-26 Scott GaschIncrease timeout.
2022-02-10 Scott GaschMore cleanup.
2022-02-09 Scott GaschDitch named tuples for dataclasses.
2022-02-08 Scott GaschMore cleanup.
2022-02-07 Scott GaschAdds unittest.
2022-02-07 Scott GaschAdd a simple test to google_assistant code.
2022-02-07 Scott GaschIgnore integration test results in code coverage report.
2022-02-06 Scott GaschGive deps more time to run.
2022-02-06 Scott GaschAdd a simple test for waitable presence.
2022-02-04 Scott GaschFix a bug in device.py around the type of keywords...
2022-02-04 Scott GaschAdd cron.py, a pretty important (and easy) one.
2022-02-03 Scott GaschMake this thing actually work.
2022-02-03 Scott GaschMake the parallelize intergration test short enough...
2022-02-03 Scott GaschAdd a "unittest" that runs stuff like reminder and...
2022-02-03 Scott GaschChange settings in flake8 and black.
2022-01-31 ScottMake run_tests.sh re-run a subset of the tests w/o...
2022-01-31 ScottFix a recent bug in executors. Thread executor needs...
2022-01-31 ScottChange locking boundaries for shared dict. Add a unit...
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