alfredodeza / pytest.vim

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

support for extra_flags and pdb extra_flags support #61

Closed joetsoi closed 6 years ago

joetsoi commented 6 years ago

Hey, I saw #33 when I needed to use --reuse-db for pytest-django. So I tested out the extra_flags branch, I had to reapply it manually to master, but and also added support for Pdb runs.

alfredodeza commented 6 years ago

This is great, thanks! Would you mind if I work on that branch to get it merged, and then you can rework this PR so that your changes are not mixed with mine? Will let you know as soon as I have everything ready for you to update your commit.

joetsoi commented 6 years ago

Yes, that would be great! I tried to do that myself but had some conflicts I couldn't deal with.

alfredodeza commented 6 years ago

pushed a82d913c846763bf54bd7b6203a12cb13e8ebc41 to master, can you rebase from that?

joetsoi commented 6 years ago

sorry about the delay. rebased on master