Skip to content

Commit b6a8bca

Browse files
authored
Rename 03_Code/test_a01.py to 03_Code/tests/test_a01.py
change directory for tests
1 parent dcffe7e commit b6a8bca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

03_Code/test_a01.py renamed to 03_Code/tests/test_a01.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ def test_01():
1010
def test_02():
1111
a = Calculator(5,10)
1212
""" Check that plus(5,10) = 15 """
13-
assert a.plus() == 15
13+
assert a.plus() == 15

0 commit comments

Comments
 (0)