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

6 lines
121 B
Python

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