Added newline

This commit is contained in:
2025-12-05 16:27:32 +01:00
parent dcc35d08c6
commit 61db329d85
2 changed files with 2 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ in turn imports `ioc/config.cmd` to get the current configuration.
## Running the tests
TODO: Add doc for stresstest and log flags
TODO: Add doc for --stresstest and --log flags and mention -s flag
### General

View File

@@ -102,4 +102,4 @@ def pytest_runtest_logreport(report: TestReport):
"""
loglevel = logging.getLogger("pytest").getEffectiveLevel()
if loglevel <= logging.INFO and report.when == 'call':
print(f"Running test: {report.nodeid}")
print(f"\nRunning test: {report.nodeid}")