alfredodeza / pytest.vim

Runs your UnitTests with py.test displaying red/green bars and errors
274 stars 40 forks source link

Do not override global vars that config test location #75

Closed vecin2 closed 4 years ago

vecin2 commented 4 years ago

g:pytest_test_file and g:pytest_test_dir were configurable according to documentation. However, when trying to configure them, they were getting overridden in pytest.vim. This PR fixes the issue.

alfredodeza commented 4 years ago

Thank you so much @vecin2