Tye Wang
Tye Wang
`replace_post_data_parameters` always separates the key/value pairs based on `&`. However, for multipart form data, the separator is defined by the boundary parameter in the `Content-Type` header, and we should not...
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.