Custom TestRunner issue

We have a custom test runner for our project, which is really just a small wrapper around "NoseTestSuiteRunner". We are also using vagrant, and that remote interpreter is the project interpreter.

I created a "Django tests" run/debug configuration. However, this fails because when Pycharm checks what kind of test runner is set it doesn't see that it is of type NoseTestSuiteRunner (because settings.TEST_RUNNER == our custom runner). This causes the TeamcityTestRunner to be used, which expects different parameters and methods.

Is there anyway around this?
0
1 comment
Hi Joshua Mahoney,

Here is bug report in our tracker. Please, feel free to vote it and get notified once it's fixed.
0

Please sign in to leave a comment.