test_ok2/testing/python
Ran Benita 866904ab80 Revert "Let context-managers for raises and warns handle unknown keyword arguments"
This reverts commit dfe54cd82f.

The idea in the commit was to simplify the code by removing the check
and instead letting it TypeError which has the same effect.

However this type error is caught by mypy, and rather than ignoring the
error we think it's better and clearer to go back to the previous
explicit check.
2019-07-14 14:28:21 +03:00
..
approx.py pre-commit run pyupgrade --all-files 2019-06-03 12:08:02 -03:00
collect.py initial conversion of exit codes to enum 2019-06-15 06:48:00 +02:00
fixtures.py Make 'request' a reserved name for fixtures 2019-06-30 13:31:39 -03:00
integration.py pre-commit run pyupgrade --all-files 2019-06-03 12:08:02 -03:00
metafunc.py Remove 'RemovedInPytest4Warning' 2019-06-30 13:31:39 -03:00
raises.py Revert "Let context-managers for raises and warns handle unknown keyword arguments" 2019-07-14 14:28:21 +03:00
setup_only.py pre-commit run fix-encoding-pragma --all-files 2019-06-03 12:08:01 -03:00
setup_plan.py pre-commit run fix-encoding-pragma --all-files 2019-06-03 12:08:01 -03:00
show_fixtures_per_test.py pre-commit run pyupgrade --all-files 2019-06-03 12:08:02 -03:00