Releases: nodev-io/pytest-nodev
Releases · nodev-io/pytest-nodev
1.0.1
Compare
Sorry, something went wrong.
No results found
Changes:
Add more standard library objects to the blacklist.
1.0.0
Compare
Sorry, something went wrong.
No results found
Changes:
Mostly documentation updates. The documentation is promoted to good enough .
Issue #17 .
0.9.9
Compare
Sorry, something went wrong.
No results found
Getting ready to 1.0.0.
Changes:
Reduce test run noise by blacklisting annoying stdlib objects.
Issue #12 .
Report object that pass a test as PASSED , phase out HIT concept altogether.
Get docs and dependencies in shape for the 1.0.0 release.
0.9.8
Compare
Sorry, something went wrong.
No results found
User interface is final and frozen.
Changes:
Add the pytest.mark.candidate marker in the place of pytest_nodev.search. Issue #28 .
Rename main fixture to candidate from wish. Issue #30 . So long, and thanks for all the fish.
0.9.7
Compare
Sorry, something went wrong.
No results found
Changes:
Add the pytest_nodev.search decorator for simpler test instrumentation.
Improved test infrastructure: tox.ini, Dockerfile.
0.9.6
Compare
Sorry, something went wrong.
No results found
Changes:
Mostly documentation improvements and fixes.
0.9.5
Compare
Sorry, something went wrong.
No results found
Changes:
Really find all installed modules thanks to a better sub-module discovery logic for packages. Issue #2 .
Drop stdlib-list and its bloated dependency tree, issue #23 .
0.9.4
Compare
Sorry, something went wrong.
No results found
Changes:
Fixed the frequent "AssertionError: Silent re.match bug!" bug, issue #24 .
Added more problem objects to the blacklist.
0.9.3
Compare
Sorry, something went wrong.
No results found
Changes:
renamed the package to pytest-nodev from pytest-wish (sorry!)
refuse to run potentially dangerous --wish-from-all by default and...
... document how to run inside a container to safely enable all the features
simpler command line usage
more documentation and references to the academic research on the test-driven code search subject