I have a standalone Django app that I'm working on right now. You can see the code at Github. In one of the edits, I introduced an error that caused the source tree to be deleted. I reset to an earlier revision, and suddenly my unittests stopped working. I've tried bisecting from an earlier revision, but it turned out nothing useful.
Actually, I know for a fact that last commit that I've pushed to Github was a good one. Cloned the Github repo, and same thing: no tests are run. What could have gone wrong here?