Skip to content

Releases: gwthm-in/pytest-pspec

[fix] Avoid collecting pytest if plugin is not enabled

05 Mar 08:18
76f59bf
Compare
Choose a tag to compare
Merge pull request #7 from kondratyev-nv/master

Don't modify nodeid when plugin is disabled

Fix warning messages

02 Jun 17:03
Compare
Choose a tag to compare

Fixes issue #4

Fixed class doc string errors

22 Jan 18:53
Compare
Choose a tag to compare

previously fails to consider doc strings for tests with no classes.

Now considers class doc strings as well

22 Jan 03:17
Compare
Choose a tag to compare

If the class contains doc strings, it will outputs docs strings instead of method name.

First initial version of pspec

21 Jan 18:51
Compare
Choose a tag to compare

First usable initial version of pspec. Takes doc strings if mentioned else function names.