We want to add tests for read_last_line, in this commit we add a new directory for them since there were no tests for pylib code before.
10 lines
341 B
INI
10 lines
341 B
INI
# Pytest configuration file. If we don't have one in this directory,
|
|
# pytest will look for one in our ancestor directories, and may find
|
|
# something irrelevant. So we should have one here, even if empty.
|
|
[pytest]
|
|
asyncio_mode = auto
|
|
|
|
log_cli = true
|
|
log_format = %(asctime)s.%(msecs)03d %(levelname)s> %(message)s
|
|
log_date_format = %H:%M:%S
|