kaste / PyTest

pytest runner and view annotator for sublime text
21 stars 6 forks source link

Fix `PytestExecCommand` for Sublime Text 4 #30

Closed kaste closed 3 years ago

kaste commented 3 years ago

In Sublime Text 4 exec.ExecCommand has a different but similar interface. For now, support both Sublime Text versions.

Fixes #28 Replaces #29

kaste commented 3 years ago

@jodylent @YoSTEALTH Can you try this on ST4, it's written blindly.

jodylent commented 3 years ago

Tested on ST4 -- works perfectly

kaste commented 3 years ago

Then let's ship it.