test_ok2/testing/python
Vladyslav Rachek 9e262038c8
[parametrize] enforce explicit argnames declaration (#6330)
Every argname used in `parametrize` either must
be declared explicitly in the python test function, or via
`indirect` list

Fix #5712
2020-02-06 20:20:25 -03:00
..
approx.py tests: lazily import doctest in approx tests 2019-10-28 12:55:16 +01:00
collect.py [parametrize] enforce explicit argnames declaration (#6330) 2020-02-06 20:20:25 -03:00
fixtures.py Fix unguarded `==` comparison in fixtures. (#6541) 2020-01-28 20:54:14 -03:00
integration.py deprecate direct node construction and introduce Node.from_parent 2019-11-23 21:54:11 +01:00
metafunc.py [parametrize] enforce explicit argnames declaration (#6330) 2020-02-06 20:20:25 -03:00
raises.py Remove "pragma: no cover" comments 2020-01-14 09:15:36 +01:00
show_fixtures_per_test.py Use new no-match functions to replace previous idiom 2019-10-06 18:05:24 -03:00