Advent_of_code/tests/test_template.py

6 lines
89 B
Python
Raw Normal View History

2021-11-12 20:02:55 +01:00
from template import __version__
def test_version():
assert __version__ == "0.1.0"