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