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}")