summary refs log tree commit diff
path: root/tests/test_utils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move logging utilities out of the side drawer of util/ and into logging/ (#5606)Amber Brown2019-07-041-1/+1
|
* Run Black. (#5482)Amber Brown2019-06-201-1/+1
|
* Run Black on the tests again (#5170)Amber Brown2019-05-101-1/+3
|
* Enable configuring test log level via env var (#4506)Richard van der Hoff2019-01-292-0/+72
I got fed up with always adding '@unittest.DEBUG' every time I needed to debug a test.