All Versions
13
Latest Version
Avg Release Cycle
59 days
Latest Release
1633 days ago
Changelog History
Page 1
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
orsession
) through the newget_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
- β¬οΈ Drop support for deprecated arguments of
-
v1.7.10 Changes
April 30, 2019- β
Restore behavior of exceptions propagating out of the
test_start
ortest_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
- β
Restore behavior of exceptions propagating out of the
-
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