回答編集履歴
1
test関数の名称を変更
answer
CHANGED
@@ -12,7 +12,7 @@
|
|
12
12
|
return s
|
13
13
|
|
14
14
|
@patch('builtins.input', lambda:'a')
|
15
|
-
def
|
15
|
+
def test_sample():
|
16
16
|
assert sample1() == "a"
|
17
17
|
assert sample2("a") == "a"
|
18
18
|
|