Add example for package recursion bug

This commit is contained in:
Bruno Oliveira
2018-08-02 15:18:36 -03:00
parent a76cc8f8c4
commit dcafb8c48c
4 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
def pytest_ignore_collect(path):
return False

View File

@@ -0,0 +1,2 @@
def test():
pass