Initial commit
This commit is contained in:
5
tests/test_base.py
Normal file
5
tests/test_base.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from project_name.base import NAME
|
||||
|
||||
|
||||
def test_base():
|
||||
assert NAME == "project_name"
|
||||
Reference in New Issue
Block a user