This website requires JavaScript.
Explore
Help
Sign In
kyfx
/
pytest
mirror of
https://github.com/pytest-dev/pytest.git
Watch
4
Star
0
Fork
You've already forked pytest
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
dc75b6af47
pytest
/
testing
/
example_scripts
/
collect
/
package_infinite_recursion
/
conftest.py
4 lines
74 B
Python
Raw
Blame
History
# -*- coding: utf-8 -*-
def
pytest_ignore_collect
(
path
)
:
return
False
Reference in New Issue
View Git Blame
Copy Permalink