mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-01-08 19:33:31 -08:00
Add Python tests
This commit is contained in:
5
05_Bagels/python/test_bagels.py
Normal file
5
05_Bagels/python/test_bagels.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from bagels import build_result_string
|
||||
|
||||
|
||||
def test_build_result_string():
|
||||
build_result_string(["a", "b", "c"], "abc")
|
||||
Reference in New Issue
Block a user