Skip to content

1.9.0

Latest
Compare
Choose a tag to compare
@ayalash ayalash released this 02 Dec 11:06
· 109 commits to develop since this release
  • 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