add changelog entry for anthon's hynek-fication of options,
and change the docs and tests to use the new style.
This commit is contained in:
@@ -31,7 +31,7 @@ class TestFillFixtures:
|
||||
def test_func(some):
|
||||
pass
|
||||
""")
|
||||
result = testdir.runpytest() # "--collectonly")
|
||||
result = testdir.runpytest() # "--collect-only")
|
||||
assert result.ret != 0
|
||||
result.stdout.fnmatch_lines([
|
||||
"*def test_func(some)*",
|
||||
|
||||
Reference in New Issue
Block a user