Commit Graph

1 Commits

Author SHA1 Message Date
6cd0024113
Added conftest.py for pytest
File contains a fixture which must be present for test_logger module to
work functionally. Fixture relates to a monkeypatch implementation for
capturing standard PIPEs and storing their results in a buffer. This
buffer can then be read after a call to send data on a PIPE stream has
been called, via a key lookup on the appropriate stream.
2022-05-12 13:46:11 +01:00