Skip to content

Releases: apathetic-tools/python-testing

v0.3.0

01 Jan 07:22

Choose a tag to compare

v0.3.0 (2026-01-01)

Features

  • mock: Add create_mock_version_info for testing version checks (30602e5)

  • types: Add init.pyi stub to export nested classes for mypy (b1fcf0b)


Detailed Changes: v0.2.1...v0.3.0

v0.2.1

31 Dec 00:37

Choose a tag to compare

v0.2.1 (2025-12-31)

Bug Fixes

  • pyproject: Add pytest plugin packages to poetry config (4acf2d6)

Detailed Changes: v0.2.0...v0.2.1

v0.2.0

30 Dec 21:03

Choose a tag to compare

v0.2.0 (2025-12-30)

Documentation

  • Add pytest plugin opt-out guide (fe14617)

Features

  • Add has_pytest_plugin_enabled() utility for plugin detection (71235e7)

  • Add pytest_timeout_defaults and pytest_xdist_quiet plugins (59147ed)

Refactoring

  • pytest_timeout_defaults: Simplify plugin by removing defensive checks (fd6ed49)

  • tests: Rename tests/30_independant to tests/30_unit (6307d26)

  • tests: Split unit tests into individual files per function (3a8ea80)


Detailed Changes: v0.1.0...v0.2.0

v0.1.0

30 Dec 08:28

Choose a tag to compare

v0.1.0 (2025-12-30)

  • Initial Release