Merge pull request #6914 from nicoddemus/revert-6330

Revert "[parametrize] enforce explicit argnames declaration (#6330)"
This commit is contained in:
Bruno Oliveira
2020-03-13 10:18:06 -03:00
committed by Bruno Oliveira
parent 703c948294
commit 010e711971
6 changed files with 9 additions and 101 deletions

View File

@@ -402,9 +402,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
--------------------------------------------------------------