kculculate / tests /test_func.py
neoai-kterasawa
numberとnameを合体
d0f90f1
raw
history blame
444 Bytes
from src.func import calculate
def test_calculate():
assert (
calculate(
10000,
(
"オッズを見て個別に選択全選択全解除\n"
"選択\n"
"1\n"
" \n"
"1\n"
"675.5\n"
"1\n"
"\n"
"2\n"
"93.7"
),
)
== []
)