Skip to content

Commit 89dcd6e

Browse files
committed
Mention --resultlog was deprecated
1 parent 49b5b68 commit 89dcd6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/posts/2016/whats-new-in-pytest-30.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ The following features have been considered officially deprecated in pytest-3.0,
213213

214214
* `yield-based` tests; use `@pytest.mark.parametrize` instead;
215215
* `pytest_funcarg__` prefix to declare fixtures; use `@pytest.fixture` decorator instead;
216+
* `--resultlog`: this option was rarely used and there are more modern alternatives;
216217

217218
# Small improvements and bug-fixes
218219

0 commit comments

Comments
 (0)