summaryrefslogtreecommitdiff
path: root/unittest_utils.py
AgeCommit message (Collapse)Author
2022-02-08Cleanup unittest_utils trying to get clean lint.Scott Gasch
2022-02-08More cleanup, yey!Scott Gasch
2022-02-03Change settings in flake8 and black.Scott Gasch
2022-02-02Let's be explicit with asserts; there was a bug in histogramScott
caused by assert foo when foo was an int with valid valid 0.
2022-02-02Used isort to sort imports. Also added to the git pre-commit hook.Scott
2022-02-02mypy clean!Scott
2022-01-30--unittests_ignore_perf shouldn't mess with the database / fileScott
layer at all. When the db was down some of tests failed even though they didn't care about perf. Let's not do that.
2022-01-27Adding test code trying to improve test coverage.Scott
2022-01-26Ahem. Still running black?Scott
2022-01-26Ran black code formatter on everything.Scott
2022-01-17Code cleanup.Scott
2022-01-17Creates a function_utils and pull a function_identifer method intoScott
it.
2022-01-17Make unittest_utils log its perf data to a database, optionally.Scott
2022-01-12Scale back warnings.warn and add stacklevels= where appropriate.Scott
2022-01-11Start using warnings from stdlib.Scott
2021-09-15Adding doctests. Also added a logging filter.Scott Gasch
2021-09-10Adding more tests, working on the test harness.Scott Gasch
2021-07-28Money, Rate, CentCount and a bunch of bugfixes.Scott Gasch
2021-07-17Record streams.Scott Gasch
2021-07-16VariousScott Gasch
2021-07-08Lots of changes.Scott Gasch