Collect tests from __init__.py files if they match 'python_files'
Fix #3773
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
[pytest]
|
||||
python_files = *.py
|
||||
@@ -0,0 +1,2 @@
|
||||
def test_init():
|
||||
pass
|
||||
@@ -0,0 +1,2 @@
|
||||
def test_foo():
|
||||
pass
|
||||
Reference in New Issue
Block a user