This repository has been archived on 2022-08-24. You can view files and clone it, but cannot push or open issues or pull requests.
ergast-py/tests/test_ergast_py.py

11 lines
177 B
Python
Raw Normal View History

2022-06-01 15:31:52 +02:00
from ergast_py import __version__
2022-06-01 19:31:06 +02:00
class TestErgastPy():
"""
Tests for the Ergast-py package
"""
def test_version(self):
assert __version__ == '0.1.0'