summary refs log tree commit diff
path: root/tests/test_utils/logging_setup.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update license headersPatrick Cloke2023-11-211-10/+16
* Log when events are (unexpectedly) filtered out of responses in tests (#14213)Eric Eastwood2023-06-011-0/+12
* Remove duplicate timestamp from test logs (`_trial_temp/test.log`) (#15636)Eric Eastwood2023-05-221-4/+3
* Add more missing type hints to tests. (#15028)Patrick Cloke2023-02-081-2/+2
* Reload the pyo3-log config when the Python logging config changes. (#14976)Patrick Cloke2023-02-031-0/+3
* Remove unused `# type: ignore`s (#12531)David Robertson2022-04-271-1/+1
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Fix additional type hints. (#9543)Patrick Cloke2021-03-091-1/+1
* Various clean-ups to the logging context code (#8935)Patrick Cloke2020-12-141-1/+1
* Update test logging to be able to accept braces (#8335)Jonathan de Jong2020-09-181-2/+1
* 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-291-0/+54