All Versions
13
Latest Version
Avg Release Cycle
59 days
Latest Release
1307 days ago

Changelog History
Page 1

  • v1.12.0

    September 24, 2020
  • v1.11.0

    August 06, 2020
  • v1.10.0

    April 21, 2020
  • v1.9.0 Changes

    December 02, 2019
    • βž• Added a plugin which provides links to test logs which have been archived by a CI system
    • βž• Added support for tagging test parameterization values
    • πŸ‘ #598: Drop support for python version < 3.6
    • #979: Change Ordered set implementation from orderedset to ordered-set, as the former is not maintained anymore
    • #982: Read files as binary to avoid decoding errors
    • πŸ‘ #241: Support β€˜slashconf’ directory
    • βœ… #998: Choose IPython colors scheme for interactive test
    • βœ… Corrected behavior of float and int test details in xunit output
    • #985: Fix a bug where Slash did not expand parameterizations used through use_fixture properly
    • #991: Fix detection of yield-fixture when combined with parametrization
  • v1.8.0 Changes

    July 03, 2019
    • ⬇️ Drop support for deprecated arguments of add_cleanup
    • πŸ’… Drop support for old-style assertions
    • Added support for getting the currently active scope (test, module or session) through the new get_current_scope API. session.scope_manager.current_scope is also availab
    • Support was added for terminals with light backgrounds by changing log.console_theme.dark_background configuration
    • 🌲 Slash now emits a log record when handling fatal errors
    • βž• Add tests and suite execution time to xunit plugin
    • βž• Add slash.ignored_warnings context
  • v1.7.10 Changes

    April 30, 2019
    • βœ… Restore behavior of exceptions propagating out of the test_start or test_end hooks. Correct behavior is for those to fail the test (thanks @pierreluctg)
    • πŸ‘· Parallel sessions now honor fatal exceptions encountered in worker sessions
    • πŸ›  Fixed a bug causing requirements to leak across sibling test classes
  • v1.7.9 Changes

    March 11, 2019
    • βͺ Revert console coloring change, as it does not behave consistently across different terminals
  • v1.7.8 Changes

    March 04, 2019
    • Return code for failed sessions was changed to 1 (from -1)
    • Corrected terminal colors for light-backgrounded terminals
  • v1.7.7

    January 21, 2019
  • v1.7.6

    December 16, 2018