summaryrefslogtreecommitdiff
path: root/doc/en/example
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2020-05-16 12:42:15 -0300
committerGitHub <noreply@github.com>2020-05-16 12:42:15 -0300
commitf506682abeaad0c0252c6e46e8c7041fd2f87654 (patch)
tree6fb686ec78afcc70f02f3284275e8377a9643841 /doc/en/example
parentd9f24bca9cb83353f8aceda6a0fc70809a7471b7 (diff)
parent010e711971bdc5aee24ce1dc5de70ca4db62b3d9 (diff)
downloadpytest-f506682abeaad0c0252c6e46e8c7041fd2f87654.tar.gz
Merge pull request #6919 from nicoddemus/backport-6914
Diffstat (limited to 'doc/en/example')
-rw-r--r--doc/en/example/parametrize.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/en/example/parametrize.rst b/doc/en/example/parametrize.rst
index c9f430de9..02fd99004 100644
--- a/doc/en/example/parametrize.rst
+++ b/doc/en/example/parametrize.rst
@@ -403,9 +403,6 @@ The result of this test will be successful:
.. regendoc:wipe
-Note, that each argument in `parametrize` list should be explicitly declared in corresponding
-python test function or via `indirect`.
-
Parametrizing test methods through per-class configuration
--------------------------------------------------------------