Slash v1.12.0 Release Notes
Release Date: 2020-09-24 // over 5 years ago-
No data yet 😐
You can check the official repo
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