Skip to content

Releases: pytest-dev/unittest2pytest

v0.5

11 Dec 00:39
Compare
Choose a tag to compare
Bump version to 0.5

v0.4

30 Jun 14:18
Compare
Choose a tag to compare
  • Add support for assertDictContainsSubset.
  • Put parenthesis around expressions if required.
  • Fixed assertRaisesRegex, assertRaisesRegexp and assertWarnsRegex. The regex was getting replaced with an undefined variable pattern.
  • Fix assertRaisesRegex and assertRaisesRegexp with **kwargs and atom parameters.
  • Made assertRaisesRegex, assertRaisesRegexp and assertWarnsRegex use the match kwarg in pytest.raises instead of creating a variable with the context manager and doing an assert on re.search.
  • Add a short developer guide.
  • Remove testing on Python 3.0, 3.1, 3.2, add 3.6 and 3.7.
  • Distribute package as a universal wheel.

v0.3

26 Jul 15:25
Compare
Choose a tag to compare
  • Add support for assertRaises / assertWarns context managers.
  • Add support for converting lambda arguments in assertRaises into context managers.
  • Fix some incorrect transformations.
  • Internal cleanup and fixes.