From 93cf44789003ad47127823e3386230d67fad470d Mon Sep 17 00:00:00 2001 From: macsowin Date: Sun, 17 Nov 2019 13:11:03 +0100 Subject: [PATCH 1/2] test_2 --- tests/test_hello.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test_hello.py b/tests/test_hello.py index a9ecb71..d38d28e 100644 --- a/tests/test_hello.py +++ b/tests/test_hello.py @@ -3,3 +3,6 @@ def test_says_world(): assert hello.say_what() == 'world' + +def test_2(): + assert 1=1 From 9cf35feeb7c9c162b779bd368f74d591c74aa4be Mon Sep 17 00:00:00 2001 From: macsowin Date: Sun, 17 Nov 2019 13:16:12 +0100 Subject: [PATCH 2/2] test_2 poprawka --- tests/test_hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_hello.py b/tests/test_hello.py index d38d28e..efe697a 100644 --- a/tests/test_hello.py +++ b/tests/test_hello.py @@ -5,4 +5,4 @@ def test_says_world(): assert hello.say_what() == 'world' def test_2(): - assert 1=1 + assert 1==1