clog - logging as simple as putting on a shoe.
Go to file
theonepath 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
clog Amended files to adhere to flake8 and mypy 2022-05-04 21:26:51 +01:00
.gitignore Updated .gitignore 2022-05-12 13:45:07 +01:00
conftest.py Added conftest.py for pytest 2022-05-12 13:46:11 +01:00
LICENCE.txt Added LICENCE.txt 2022-05-03 14:51:54 +01:00
pyproject.toml Updated pyproject.toml 2022-05-04 21:24:28 +01:00
README.md Added README.md 2022-05-03 23:36:13 +01:00
requirements-dev.txt Added requirements-dev.txt 2022-05-04 00:18:43 +01:00
setup.cfg Updated setup.cfg 2022-05-12 13:43:55 +01:00
setup.py Updated automation build scripts 2022-05-04 21:24:47 +01:00
tox.ini Updated automation build scripts 2022-05-04 21:24:47 +01:00