Files
pytest2/changelog/6231.improvement.rst
Daniel Hahler 4ad61cbcf6 Improve check for misspelling of parametrize
- there is no need to do this with `--strict-markers`
- it can be done when looking up marks, instead of for every generated
  test
2019-11-19 16:05:52 +01:00

2 lines
62 B
ReStructuredText

Improve check for misspelling of ``pytest.mark.parametrize``.