Files
curriculum/1.solar-system/2.first-light/02.the-greeting/testing/test_solution.py

6 lines
106 B
Python

from solution import greet
def test_greet_returns_hello_python():
assert greet() == "Hello, Python"