- Nothing changed yet.
- Add more standard library objects to the blacklist.
- Mostly documentation updates. The documentation is promoted to good enough. Issue #17.
- 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.
- Add the
pytest.mark.candidatemarker in the place ofpytest_nodev.search. Issue #28. - Rename main fixture to
candidatefromwish. Issue #30. So long, and thanks for all the fish.
- Add the
pytest_nodev.searchdecorator for simpler test instrumentation. Issue #19.
- Mostly documentation improvements and fixes.
- 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.
- Fixed the frequent "AssertionError: Silent re.match bug!", issue #24.
- Added more problem objects to the blacklist.
- Simplified command line interface.
- Added docs on how to run inside a docker container.
- Bug-fixes and performance improvements.
- Disable potentially dangerous
--candidates-from-allby default.
- Rename the project to pytest-nodev (was pytest-wish).
- First beta release.