vimux-nose-test
vimux-nose-test copied to clipboard
Run nose tests in vimux
Results
3
vimux-nose-test issues
Sort by
recently updated
recently updated
newest added
Suppose you have the following test setup: ``` class TestA(...): def test_foo(self): ... class TestB(...): def test_bar(self): ... ``` If the cursor is on the `def test_foo` line, `RunNoseTestFocused` will...
I found that I prefer --nologcapture to be the default. It'd be awesome if we could expose that as a configurable option.