How can i use django-nose for testing?
I try to set up PyCharm for testing Django project with django-nose (https://github.com/jbalogh/django-nose). It's run with manage.py test. But when i run test from PyCharm i hawe "No tests were found" error. If i run same manage.py test from system console - all work correct.
Any manual exists about custom django test runner configuratuon? In Run/Debug configuration i found only Python nosetests bun isn't work.
请先登录再写评论。
Hi Vadim,
Unfortunately, we cannot support django-nose test runner now. It happenes because django-nose doesn't support some internal
django test runner agreements.
There is an issue in our tracker -- http://youtrack.jetbrains.net/issue/PY-3168 . Feel free to vote to get notifications about a progress.
If you don't need django-nose and can use pure nose runner – PyCharm provides test runner configuration for nose tests.