spelling: isinstance
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
ad75673455
commit
a6be7a9ec4
|
@ -408,7 +408,7 @@ class BaseFunctionalTests:
|
|||
# assert rep.outcome.when == "setup"
|
||||
# assert rep.outcome.where.lineno == 3
|
||||
# assert rep.outcome.where.path.basename == "test_func.py"
|
||||
# assert instanace(rep.failed.failurerepr, PythonFailureRepr)
|
||||
# assert isinstance(rep.failed.failurerepr, PythonFailureRepr)
|
||||
|
||||
def test_systemexit_does_not_bail_out(self, pytester: Pytester) -> None:
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue