Slash v1.12.0 Release Notes

Release Date: 2020-09-24 // over 3 years ago

Previous changes from v1.9.0

    • βž• 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