Nose tests for django app in pycharm -


i'm working on django package created using cookiecutter this repository. uses nose tests, script (runtests.py) generates settings on fly. works brilliantly. i'd integrate these tests pycharm's test runner. can point nose test plugin @ script, , executes , gets correct test feedback, in way can't usefully identify tests failing when test fails. project on github here.

any hints on how integrate 2 nicely?


Comments

Popular posts from this blog

html - How can i make an element from a bottom stacking context stays in front of another higher stacking context? -

python - TypeError: start must be a integer -

html - href attribute breaking an element -