New issue 471: pytest keeps running deleted tests https://bitbucket.org/hpk42/pytest/issue/471/pytest-keeps-running-deleted-tests
Mantas Zilinskis: i just started using pytest for my django projects. couple days ago playing around with a test project i noticed that pytest sometimes would run some test functions which were already deleted. did not pay attention to that then. today i started new django project with pytest-bdd, pytest-django. after creating some test function, ran tests. then decided to remove one test function. ran the test again and noticed that pytest collected the deleted test. removed all pyc files from working direcotry, cleared all __pycahe__ directories, ran tests and it still collected the deleted test. whatever i tried wouldn't help. i'm running on virtualenv, python 2.7, django 1.6., MacOSX 10.9.1 what would be the way to debug this? _______________________________________________ pytest-commit mailing list pytest-commit@python.org https://mail.python.org/mailman/listinfo/pytest-commit