summary refs log tree commit diff
path: root/tests/util/test_log_context.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix name of test_logcontextRichard van der Hoff2017-10-171-134/+0
| | | | The file under test is logcontext.py, not log_context.py
* Add some tests for make_deferred_yieldableRichard van der Hoff2017-10-171-0/+38
|
* Stop preserve_fn leaking context into the reactorRichard van der Hoff2017-03-181-0/+61
| | | | | | | | Fix a bug in ``logcontext.preserve_fn`` which made it leak context into the reactor, and add a test for it. Also, get rid of ``logcontext.reset_context_after_deferred``, which tried to do the same thing but had its own, different, set of bugs.
* Fix testErik Johnston2016-02-091-9/+1
|
* Add a request-id to each log lineMark Haines2014-10-301-0/+43