This website requires JavaScript.
Explore
Help
Sign In
p53209761
/
test_ok2
Watch
1
Star
0
Fork
You've already forked test_ok2
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e6166ccc3c
test_ok2
/
testing
/
example_scripts
/
collect
/
package_infinite_recursion
/
conftest.py
3 lines
61 B
Python
Raw
Normal View
History
Unescape
Escape
Rename pathlib hook parameters (#9363) * Rename pytest_ignore_collect fspath parameter to collection_path * Rename pytest_collect_file fspath parameter to file_path * Rename pytest_pycollect_makemodule fspath parameter to module_path * Rename pytest_report_header startpath parameter to start_path * Rename pytest_report_collectionfinish startpath parameter to start_path * Update docs with the renamed parameters * Use pytest-flakes fork temporarily to prove it works * Use pytest-flakes 4.0.5
2021-12-03 20:14:09 +08:00
def
pytest_ignore_collect
(
collection_path
)
:
Add example for package recursion bug
2018-08-03 02:18:36 +08:00
return
False