From 6921b801a69c440e87043366505f67acf25f12c4 Mon Sep 17 00:00:00 2001 From: kudlaty Date: Wed, 21 Mar 2018 16:37:35 +0100 Subject: [PATCH] feature/jenkinsfile testing fail --- sources/test_calc.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sources/test_calc.py b/sources/test_calc.py index 130f9f7..f6eb309 100644 --- a/sources/test_calc.py +++ b/sources/test_calc.py @@ -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): """