All activity
Gleb Sevrukleft a comment
It comes with support for Django and PyTest The engine uses a parallel test execution, even for Django. If you plan to use this with Django, your tests, by default, will run on same database as `manage.py runsrerver` uses. Check Github page for more details and reasoning behind this. This is currently available as a plugin for PyCharm, and, as a standalone web-ui (but I believe it is much...

PyCrunchPython Continuous Test Runner and Live Testing
PyCrunch is an automatic test runner for Python.
It intelligently tracks which tests were affected by code change and automatically runs them.
I couldn't find anything similar to NCrunch for Python world, so decided to write this tool to use it on daily basis.

PyCrunchPython Continuous Test Runner and Live Testing
