Simon Diesenreiter
0e9b465413
Some checks are pending
CI / tests_mac (macos-latest, 3.9) (push) Blocked by required conditions
CI / tests_win (windows-latest, 3.9) (push) Blocked by required conditions
CI / linter (ubuntu-latest, 3.9) (push) Successful in 3m30s
Rename the project from template / rename-project (push) Successful in 15s
CI / tests_linux (ubuntu-latest, 3.9) (push) Successful in 42s
6 lines
88 B
Python
6 lines
88 B
Python
from project_name.base import NAME
|
|
|
|
|
|
def test_base():
|
|
assert NAME == "project_name"
|