Skip to content

v0.10.0

Compare
Choose a tag to compare
@ollipa ollipa released this 27 Jan 09:38
· 19 commits to main since this release

Added

  • Add Mock.get_mock method.
  • Add support for mocking class attributes.
  • Add support for mocking instance attributes.

Changed

  • Patch TextResult class instead of TextTestResult class in unittest
    integration.

Infrastructure

  • Add CI testing for Python 3.13.
  • Update Readthedocs configuration.