Skip to content

Commit 0791070

Browse files
committed
Add a missing test docstring
1 parent 32a27f6 commit 0791070

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/test_pytest_mypy.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,11 @@ def pytest_configure(config):
167167

168168

169169
def test_pytest_collection_modifyitems(testdir, xdist_args):
170+
"""
171+
Verify that collected files which are removed in a
172+
pytest_collection_modifyitems implementation are not
173+
checked by mypy.
174+
"""
170175
testdir.makepyfile(conftest='''
171176
def pytest_collection_modifyitems(session, config, items):
172177
plugin = config.pluginmanager.getplugin('mypy')

0 commit comments

Comments
 (0)