The documentation surrounding the use of projectile to filter test files could be improved. My test directory wasn't recognized by projectile and therefore the projectile-test-files function used in python-pytest--select-test-files was filtering out everything and I just got "No test files found" messages without further explanation.
Possibly have a configuration variable that allows turning off the projectile-test-files filtering, or just add a blurb about ensuring projectile's test-dir is properly set in the docs or the error message.
The documentation surrounding the use of projectile to filter test files could be improved. My test directory wasn't recognized by projectile and therefore the
projectile-test-filesfunction used inpython-pytest--select-test-fileswas filtering out everything and I just got "No test files found" messages without further explanation.Possibly have a configuration variable that allows turning off the
projectile-test-filesfiltering, or just add a blurb about ensuring projectile'stest-diris properly set in the docs or the error message.