Closed
Description
For non-python files (as in https://docs.pytest.org/en/latest/example/nonpython.html), the whole-file-skipping feature ("skipped N files") doesn't work. This is because the codes checks for Module
s when it should check for File
.