From 61db329d85562def3aff30a7e0ef32fe33fd03e7 Mon Sep 17 00:00:00 2001 From: smathis Date: Fri, 5 Dec 2025 16:27:32 +0100 Subject: [PATCH] Added newline --- README.md | 2 +- tests/conftest.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5556f3..e9e8d08 100755 --- a/README.md +++ b/README.md @@ -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 diff --git a/tests/conftest.py b/tests/conftest.py index fdfd4bd..3f73d10 100755 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -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}")