Skip to content

Releases: nodev-io/pytest-nodev

1.0.1

21 Jul 21:02
Compare
Choose a tag to compare

Changes:

  • Add more standard library objects to the blacklist.

1.0.0

17 Jul 23:49
Compare
Choose a tag to compare

Changes:

  • Mostly documentation updates. The documentation is promoted to good enough.
    Issue #17.

0.9.9

16 Jul 13:16
Compare
Choose a tag to compare

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

16 Mar 09:12
Compare
Choose a tag to compare

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

13 Mar 19:10
Compare
Choose a tag to compare

Changes:

  • Add the pytest_nodev.search decorator for simpler test instrumentation.
  • Improved test infrastructure: tox.ini, Dockerfile.

0.9.6

07 Mar 08:49
Compare
Choose a tag to compare

Changes:

  • Mostly documentation improvements and fixes.

0.9.5

01 Mar 12:44
Compare
Choose a tag to compare

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

28 Feb 09:10
Compare
Choose a tag to compare

Changes:

  • Fixed the frequent "AssertionError: Silent re.match bug!" bug, issue #24.
  • Added more problem objects to the blacklist.

0.9.3

25 Feb 09:18
Compare
Choose a tag to compare

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