JarrodCTaylor/vim-python-test-runner

DjangoTestMethod fails with nose-parameterized

sherzberg opened this issue · 1 comments

vim-python-test-runner fails when using nose-parameterized and trying to just test a single method because nose-parameterized creates a new test methods with a new names.

The plugin works fine if you specify DjangoTestFile or DJangoTestClass

If I get some time soon, I'll send a pull request.

I am considering this enhancement out of scope at the present time.