- Notifications
You must be signed in to change notification settings - Fork 12
Closed
Description
nose2pytest/nose2pytest/assert_tools.py
Line 88 in 758b27a
assert_raises_regexp=_t.assertRaisesRegexp, |
nose2pytest/nose2pytest/assert_tools.py
Line 89 in 758b27a
assert_regexp_matches=_t.assertRegexpMatches, |
Since the library is Python 3.5 + the recommended aliases can be used
assertRaisesRegexp -> assertRaisesRegex
assertRegexpMatches -> assertRegex
Metadata
Metadata
Assignees
Labels
No labels