6 lines
76 B
Python
6 lines
76 B
Python
from python.base import NAME
|
|
|
|
|
|
def test_base():
|
|
assert NAME == "python"
|