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
Post a Comment