test5 that should success
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
899a656134
commit
15e238615d
2
tests.py
2
tests.py
@ -6,7 +6,7 @@ from main import is_hello_world
|
|||||||
class TestProject(unittest.TestCase):
|
class TestProject(unittest.TestCase):
|
||||||
|
|
||||||
def test_when_text_is_hello_world_with_maj_then_work(self):
|
def test_when_text_is_hello_world_with_maj_then_work(self):
|
||||||
self.assertTrue(is_hello_world("Hello World"))
|
self.assertTrue(is_hello_world("Hello world"))
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
Loading…
Reference in New Issue
Block a user