Python/tests/test_base.py

6 lines
88 B
Python
Raw Permalink Normal View History

from project_name.base import NAME
2024-11-09 08:01:27 -08:00
def test_base():
assert NAME == "project_name"