Added newline
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user