mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 23:26:40 -08:00
Add Python tests
This commit is contained in:
5
03_Animal/python/test_animal.py
Normal file
5
03_Animal/python/test_animal.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from animal import initial_message
|
||||
|
||||
|
||||
def test_initial_message():
|
||||
initial_message()
|
||||
Reference in New Issue
Block a user