Name Description Size
approx.py 31387
collect.py \ import x456 def test(): assert x456.__file__.startswith({!r}) 48213
fixtures.py Test getfuncargnames for normal functions 137562
integration.py import pytest def pytest_pycollect_makeitem(collector, name, obj): if name == "MyClass": return MyCollector.from_parent(collector, name=name) class MyCollector(pytest.Collector): def reportinfo(self): return self.path, 3, "xyz" 15411
metafunc.py Show proper error when 'request' is used as a parameter name in parametrize (#6183) 63447
raises.py Test how much I know division. 10781
show_fixtures_per_test.py import pytest @pytest.fixture def _arg0(): """hidden arg0 fixture""" @pytest.fixture def arg1(): """arg1 docstring""" def test_arg1(arg1): pass 6816