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
/
unittest_utils.py
Age
Commit message (
Collapse
)
Author
2022-01-30
--unittests_ignore_perf shouldn't mess with the database / file
Scott
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-27
Adding test code trying to improve test coverage.
Scott
2022-01-26
Ahem. Still running black?
Scott
2022-01-26
Ran black code formatter on everything.
Scott
2022-01-17
Code cleanup.
Scott
2022-01-17
Creates a function_utils and pull a function_identifer method into
Scott
it.
2022-01-17
Make unittest_utils log its perf data to a database, optionally.
Scott
2022-01-12
Scale back warnings.warn and add stacklevels= where appropriate.
Scott
2022-01-11
Start using warnings from stdlib.
Scott
2021-09-15
Adding doctests. Also added a logging filter.
Scott Gasch
2021-09-10
Adding more tests, working on the test harness.
Scott Gasch
2021-07-28
Money, Rate, CentCount and a bunch of bugfixes.
Scott Gasch
2021-07-17
Record streams.
Scott Gasch
2021-07-16
Various
Scott Gasch
2021-07-08
Lots of changes.
Scott Gasch