All Versions
16
Latest Version
Avg Release Cycle
145 days
Latest Release
1256 days ago

Changelog History
Page 1

  • v0.11.2 Changes

    November 16, 2020
    • โœ‚ Remove references to mock backport since mamba only supports Python 3
    • ๐Ÿ”„ Change junit 'time' field format, as it breaks some importers when parsing it
    • โฌ†๏ธ Bump cryptography dependency to 3.2

    ๐Ÿฑ Thank you @sbraz and @airadier ๐Ÿ’ฏ

  • v0.11.1 Changes

    July 29, 2020
    • ๐Ÿ›  Fix compatiblity issue with 3.8.4
    • ๐Ÿ›  Fix some typos

    Thank you @Krasjet and @chapuzzo !!

  • 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:

    @istepaniuk
    @kfischer-okarin
    @jsenin
    @m-kostrzewa

  • 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