alfredodeza / pytest.vim

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

fix testing with nested classes and methods #25

Closed alfredodeza closed 9 years ago

alfredodeza commented 9 years ago

Fixes issue when a test class may have nested test classes (or methods)

Should fix issue #24