kaste / PyTest

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

Allow test discovery of classnames ending with test(s) #31

Closed jodylent closed 3 years ago

jodylent commented 3 years ago

Small quid pro quo: Allow tooltips to light up on any of:

Also cherry picked the .gitignore from #29

kaste commented 3 years ago

Actually a nice convention to suffix with "tests". But of course pytest will not care, it just looks for the parent class; pytest idiomatically uses classes just as modules, as a container to group things.