Files
basic-computer-games/05_Bagels/python/test_bagels.py
2022-03-20 19:16:39 +01:00

6 lines
129 B
Python

from bagels import build_result_string
def test_build_result_string() -> None:
build_result_string(["a", "b", "c"], "abc")