Skip to content

Commit

Permalink
Merge pull request #20 from tirkarthi/fix-assert
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Oct 5, 2021
2 parents 758b27a + b62f828 commit 47fef2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nose2pytest/assert_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ def do_nothing(self):
_t = _Dummy('do_nothing')

assert_raises_regex=_t.assertRaisesRegex,
assert_raises_regexp=_t.assertRaisesRegexp,
assert_regexp_matches=_t.assertRegexpMatches,
assert_raises_regexp=_t.assertRaisesRegex,
assert_regexp_matches=_t.assertRegex,
assert_warns_regex=_t.assertWarnsRegex,

del _Dummy
Expand Down

0 comments on commit 47fef2b

Please sign in to comment.