Closed michaelosthege closed 4 years ago
Specifying skip=1 did not skip anything compared to not specifying skip.
I added the +1 as suggested in #14 and set the default to skip=0.
+1
skip=0
I've incremented the version to 0.2.0 since this shifts any existing skip specification by 1.
0.2.0
skip
The code, tests & docstrings are still not Pythonic, but that's something for another day..
Awesome, thank you Michael. I added and __init__.py so that pytest works too.
__init__.py
Specifying skip=1 did not skip anything compared to not specifying skip.
I added the
+1
as suggested in #14 and set the default toskip=0
.I've incremented the version to
0.2.0
since this shifts any existingskip
specification by 1.The code, tests & docstrings are still not Pythonic, but that's something for another day..