test_ok1/testing/python
Ran Benita daca174c98 python: small optimization in PyCollector.collect()
Inline `_makeitem()` so that `self.ihook` (which is moderately
expensive) can be called only once.

Note: the removed test "test_makeitem_non_underscore" comes from an old
behavior of skipping names that start with `_` which has since been
generalized, making the test no longer relevant.
2020-08-27 10:18:37 +03:00
..
approx.py testing: fix some docstring issues 2020-08-03 10:10:43 +03:00
collect.py python: small optimization in PyCollector.collect() 2020-08-27 10:18:37 +03:00
fixtures.py Drop support for positional arguments in @pytest.fixture 2020-08-19 08:11:42 -03:00
integration.py typing: set no_implicit_reexport 2020-07-31 10:09:11 +03:00
metafunc.py python: fix empty parametrize() leading to "NotSetType.token" id 2020-08-25 22:01:43 +03:00
raises.py testing: fix some docstring issues 2020-08-03 10:10:43 +03:00
show_fixtures_per_test.py Use new no-match functions to replace previous idiom 2019-10-06 18:05:24 -03:00