Pylog test suite 71/109771/3
authorMichal Jagiello <michal.jagiello@t-mobile.pl>
Thu, 2 Jul 2020 12:34:25 +0000 (12:34 +0000)
committerMichal Jagiello <michal.jagiello@t-mobile.pl>
Mon, 13 Jul 2020 08:57:03 +0000 (08:57 +0000)
commitb437b2c38ec0d5bb234fef0459b0e0533d08b7af
treea234cd12effde9854b77ea3ceaa6848a80a241b0
parentd80e67cc8994fb0b92c8c1b5e3f51bde21b4a791
Pylog test suite

Prepare test suite for onaplogging library.
Add utils to check Python version.

Issue-ID: LOG-1229
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: I12c431c10f61fceaf70d5ae36581dfd5a876ef72
17 files changed:
pylog/onaplogging/colorFormatter.py
pylog/onaplogging/marker/markerHandler.py
pylog/onaplogging/mdcContext.py
pylog/onaplogging/mdcformatter.py
pylog/onaplogging/utils.py [new file with mode: 0644]
pylog/test_requirements.txt [new file with mode: 0644]
pylog/tests/test_color_formatter.py [new file with mode: 0644]
pylog/tests/test_example.py [deleted file]
pylog/tests/test_log_watchdog.py [new file with mode: 0644]
pylog/tests/test_marker.py [new file with mode: 0644]
pylog/tests/test_marker_formatter.py [new file with mode: 0644]
pylog/tests/test_marker_log_adaptor.py [new file with mode: 0644]
pylog/tests/test_mdc_context.py [new file with mode: 0644]
pylog/tests/test_mdc_formatter.py [new file with mode: 0644]
pylog/tests/test_monkey.py [new file with mode: 0644]
pylog/tests/test_utils.py [new file with mode: 0644]
pylog/tox.ini