Skip to content

Releases: ivancrneto/pymox

v1.4.1

31 Jan 22:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.4.1

v1.4.1-rc.9

27 Jan 15:55
Compare
Choose a tag to compare
v1.4.1-rc.9 Pre-release
Pre-release

What's Changed

Full Changelog: v1.4.0...v1.4.1

v1.4.0

19 Jan 20:10
Compare
Choose a tag to compare

What's Changed

  • Python 3.7 is no longer supported
  • String imports: now it's possible to stubout passing the objects' string path
  • Documentation improvements
  • Other minor fixes

Full Changelog: v1.3.0...v1.4.0

v1.3.0

28 Dec 22:26
Compare
Choose a tag to compare
  • Python 3.12 is now supported
  • Python 3.5 and 3.6 are no longer supported
  • Reworks documentation

Full Changelog: v1.2.2...v1.3.0

v1.2.2

27 Dec 17:02
Compare
Choose a tag to compare
  • Fixes importing issues with pytest plugin

v1.2.1

26 Dec 23:19
Compare
Choose a tag to compare
  • Reworks README
  • Adds to_be, called_with, and_return and and_raise
  • Methods stubout and stubout_class now return the stubs
  • Adds global_unset_stubs and global_verify to the Mox metaclass
  • Adds minimal pytest support
  • Adds requirements file to build docs
  • Adds furo as docs theme
  • Adds create, expect and stubout context managers

Full Changelog: v1.1.0...v1.2.1

v1.1.0

29 Jun 14:45
Compare
Choose a tag to compare
lint fixes

v1.0.2

14 Jun 11:40
Compare
Choose a tag to compare
updated CHANGELOG.rst

v1.0.1

10 Jun 12:47
Compare
Choose a tag to compare
Added new items to CHANGELOG

v1.0.0

18 Apr 12:48
09e1781
Compare
Choose a tag to compare
Merge pull request #7 from ivancrneto/actions

attempt to run older python versions with gh actions