Lines Matching full:py
103 ['pytest/test_shell_help.py'],
104 ['samples/hello/pytest/test_shell_help.py']
107 ['pytest/test_shell_help.py', 'pytest/test_shell_version.py', 'test_dir'],
108 ['samples/hello/pytest/test_shell_help.py',
109 'samples/hello/pytest/test_shell_version.py',
113 ['../shell/pytest/test_shell.py'],
114 ['samples/shell/pytest/test_shell.py']
117 ['/tmp/test_temp.py'],
118 ['/tmp/test_temp.py']
121 ['~/tmp/test_temp.py'],
122 ['/home/joe/tmp/test_temp.py']
129 ['pytest/test_shell_help.py::test_A', 'pytest/test_shell_help.py::test_B'],
130 ['samples/hello/pytest/test_shell_help.py::test_A',
131 'samples/hello/pytest/test_shell_help.py::test_B']
134 ['pytest/test_shell_help.py::test_A[param_a]'],
135 ['samples/hello/pytest/test_shell_help.py::test_A[param_a]']
167 test_file = pytester.path / 'test_valid.py'
197 test_file = pytester.path / 'test_error.py'
233 test_file = pytester.path / 'test_skip.py'
264 test_file = pytester.path / 'test_filter.py'
290 test_file = pytester.path / 'test_filter.py'