Releases: ivancrneto/pymox
Releases · ivancrneto/pymox
v1.4.1
What's Changed
- chore: Modify build tool by @fmotaf in #36
- Docs versioning by @ivancrneto in #42
- Output improvement by @ivancrneto in #43
Full Changelog: v1.4.0...v1.4.1
v1.4.1-rc.9
What's Changed
- chore: Modify build tool by @fmotaf in #36
- Docs versioning by @ivancrneto in #42
- Output improvement by @ivancrneto in #43
Full Changelog: v1.4.0...v1.4.1
v1.4.0
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
- added codecov steps and settings by @ivancrneto in #11
- more codecov settings - added files config and codecov.yml by @ivancrneto in #12
Full Changelog: v1.3.0...v1.4.0
v1.3.0
- 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
- Fixes importing issues with
pytest
plugin
v1.2.1
- Reworks
README
- Adds
to_be
,called_with
,and_return
andand_raise
- Methods
stubout
andstubout_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
andstubout
context managers
Full Changelog: v1.1.0...v1.2.1
v1.1.0
lint fixes
v1.0.2
updated CHANGELOG.rst
v1.0.1
Added new items to CHANGELOG
v1.0.0
Merge pull request #7 from ivancrneto/actions attempt to run older python versions with gh actions