Python/tests/test_base.py
2024-11-09 16:23:02 +00:00

6 lines
76 B
Python

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