invoking failure
This commit is contained in:
parent
86b6e13908
commit
912de68faa
|
|
@ -7,4 +7,5 @@ class TestUser:
|
||||||
Test user related functions are working correctly.
|
Test user related functions are working correctly.
|
||||||
"""
|
"""
|
||||||
def test_stub(self):
|
def test_stub(self):
|
||||||
|
print("invoking failure")
|
||||||
assert False
|
assert False
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue