feature/jenkinsfile
testing fail
This commit is contained in:
parent
01cf027d24
commit
6921b801a6
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ class TestCalc(unittest.TestCase):
|
|||
"""
|
||||
Test the add function from the calc library
|
||||
"""
|
||||
def test_fail(self):
|
||||
self.assertFalse(True, msg="This is failed test")
|
||||
|
||||
def test_add_integers(self):
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue