python_test_project/tests/test_base.py
2024-11-11 14:12:40 +00:00

6 lines
102 B
Python

from python_test_project.base import NAME
def test_base():
assert NAME == "python_test_project"