All Versions
16
Latest Version
Avg Release Cycle
145 days
Latest Release
1421 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.11.2 Changes
November 16, 2020 -
v0.11.1 Changes
July 29, 2020 -
v0.11.0 Changes
April 26, 2020- ๐ 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:
-
v0.10 Changes
October 24, 2018- ๐ 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
-
v0.9.3 Changes
March 03, 2018๐ Version 0.9.3
- ๐ Improve documentation
- Fix *_all hooks execution
-
v0.9.2 Changes
December 14, 2017๐ Version 0.9.2
- ๐ Fix error with set_failed call
- โ Add focus feature
-
v0.9.1 Changes
December 11, 2017๐ 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
-
v0.9 Changes
- โ 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
-
v0.8.6 Changes
December 31, 2015- Check for python 3.5
- Stick only minimal dependencies versions
- ๐ Allow loading of local non-installed modules and packages
-
v0.8.5 Changes
August 24, 2015- ๐ Show spec filename in each error
- ๐ Use .coveragerc file
- โ Run examples in natural order