Skip to content

Commit

Permalink
fix an apparent typo in teardown
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored Feb 15, 2023
1 parent 0d1a749 commit ab05630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest_subtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def pytest_configure(config):


def pytest_unconfigure():
if hasattr(TestCaseFunction, "_addSubTest"):
if hasattr(TestCaseFunction, "addSubTest"):
del TestCaseFunction.addSubTest
if hasattr(TestCaseFunction, "failfast"):
del TestCaseFunction.failfast
Expand Down

0 comments on commit ab05630

Please sign in to comment.