init
This commit is contained in:
10
{{cookiecutter.project_slug}}/tests/test_config.py
Normal file
10
{{cookiecutter.project_slug}}/tests/test_config.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from pathlib import Path
|
||||
|
||||
import pytest
|
||||
|
||||
from app.core.config import Settings
|
||||
|
||||
|
||||
def test_settings_default_values():
|
||||
settings = Settings()
|
||||
assert settings.APP_NAME == "{{ cookiecutter.project_name }}"
|
||||
Reference in New Issue
Block a user