alfredodeza / pytest.vim

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

Fix crash when running project tests #38

Closed alexlafroscia closed 8 years ago

alexlafroscia commented 8 years ago

Whenever I tried to run :Pytest project I would get a crash regarding a missing endif. I checked out the source and found that one seemed to be missing here; this change fixed the issue for me!

alfredodeza commented 8 years ago

ouch. Good catch! Thanks for the PR