I followed the pytest docs to create this very simple attempt at a plugin:
import pytest @pytest.fixture def derp(): return 42 def pytest_collect_file(pare