feature/jenkinsfile

testing fail
This commit is contained in:
kudlaty 2018-03-21 16:37:35 +01:00
parent 01cf027d24
commit 6921b801a6

View file

@ -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):
"""