I had this issue a while back, where scanning the entire project for test*.py files caused problems in combination with the TESTS variable. To be honest, the details elude mit at this point in time -- but it probably doesn't hurt to restrict the test discovery? At least for me it worked well enough that I forgot to PR it.
I had this issue a while back, where scanning the entire project for
test*.py
files caused problems in combination with theTESTS
variable. To be honest, the details elude mit at this point in time -- but it probably doesn't hurt to restrict the test discovery? At least for me it worked well enough that I forgot to PR it.