Python/tests/test_base.py

6 lines
76 B
Python
Raw Normal View History

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