python_test_project/tests/test_base.py

6 lines
102 B
Python
Raw Normal View History

2024-11-11 06:12:40 -08:00
from python_test_project.base import NAME
2024-11-11 06:11:21 -08:00
def test_base():
2024-11-11 06:12:40 -08:00
assert NAME == "python_test_project"