We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f3006d commit 529902fCopy full SHA for 529902f
random_order/plugin.py
@@ -58,7 +58,7 @@ def pytest_report_header(config):
58
plugin = Config(config)
59
if not plugin.is_enabled:
60
return "Test order randomisation NOT enabled. Enable with --random-order or --random-order-bucket=<bucket_type>"
61
- return ("Using --random-order-bucket={plugin.bucket_type}\n" "Using --random-order-seed={plugin.seed}\n").format(
+ return ("Using --random-order-bucket={plugin.bucket_type}\nUsing --random-order-seed={plugin.seed}\n").format(
62
plugin=plugin
63
)
64
0 commit comments