Releases: nestorsalceda/mamba
Releases · nestorsalceda/mamba
v0.11.3
- Add support up to Python 3.12
Thank you @quiqueporta 💯
v0.11.2
v0.11.1
v0.11.0
- Fix hooks execution
- Avoid linter warnings on before and after each hook
- Document spec_helper.py file usage
- Support for Python 3.8
- Add JUnit XML formatter
- Remove Python 2 support
- Fix error location reporting
A bit big kudos to all people who contributed to this release filling up issues and pull requests. Thanks for your contributions:
Version 0.10
- Use metadata instead of encode in spec names
- Shared context: Remove duplication on spec files using shared contexts
- Improve execution context binding in helper methods
- Remove requirements from MANIFEST.in since is using pipenv
Version 0.9.3
Version 0.9.3
- Improve documentation
- Fix *_all hooks execution
v0.9.2
Version 0.9.2
- Fix error with set_failed call
- Add focus feature
v0.9.1
Version 0.9.1
- Just a little fix for pypi installation :)
Version 0.9
- Add filtering support using tags
- Use new execution context for every example. Properties on self are never shared
- Changed execution model
- Added functions for description, it, context, before, after for making mamba more friendly to PEP8 checkers
- Removed subject autoinstantiation
- Removed filewatch feature, use entr or other similar utility
- Dropped Python 2.6 support