alfredodeza / pytest.vim

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

Is there any support for doctests? #28

Open fabianvf opened 9 years ago

fabianvf commented 9 years ago

Doctests can normally be run in pytest with the --doctest-modules option, is there any support for this in your tool? If not, would it be something you would want added? Love the tool by the way, saves a ton of time.