Skip to content

Commit 6394a9c

Browse files
Update test_code.py
1 parent 5b2faa9 commit 6394a9c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_code.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ def test_random_number_generator():
99
class Tests(unittest.TestCase):
1010
def my_test(self, arg1, arg2):
1111
self.assertEquals(arg1, arg2)
12+
13+
def my_test2(self, arg1, arg2):
14+
self.assertEquals(arg1, arg2)

0 commit comments

Comments
 (0)