Behave v1.1.0 Release Notes

Release Date: 2012-01-23 // over 12 years ago
    • ๐Ÿ”ง Context variable now contains current configuration.
    • โœ… Context values can now be tested for (name in context) and deleted.
    • __file__ now available inside step definition files.
    • ๐Ÿ›  Fixes for various formatting issues.
    • โž• Add support for configuration files.
    • โž• Add finer-grained controls for various things like log capture, coloured output, etc.
    • ๐Ÿ›  Fixes for tag handling.
    • ๐Ÿ“š Various documentation enhancements, including an example of full-stack testing with Django thanks to David Eyk.
    • Split reports into a set of modules, add junit output.
    • โž• Added work-in-progress ("wip") mode which is useful when developing new code or new tests. See documentation for more details.