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

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -