Changed project name to be IPTV Manager Service
All checks were successful
AWS Deploy on Push / build (push) Successful in 8m29s
All checks were successful
AWS Deploy on Push / build (push) Successful in 8m29s
This commit is contained in:
@@ -5,12 +5,21 @@ python_functions = test_*
|
||||
asyncio_mode = auto
|
||||
filterwarnings =
|
||||
ignore::DeprecationWarning:botocore.auth
|
||||
ignore:The 'app' shortcut is now deprecated:DeprecationWarning:httpx._client
|
||||
|
||||
# Coverage configuration
|
||||
addopts =
|
||||
--cov=app
|
||||
--cov-report=term-missing
|
||||
|
||||
# Test environment variables
|
||||
env =
|
||||
MOCK_AUTH=true
|
||||
DB_USER=test_user
|
||||
DB_PASSWORD=test_password
|
||||
DB_HOST=localhost
|
||||
DB_NAME=iptv_manager_test
|
||||
|
||||
# Test markers
|
||||
markers =
|
||||
slow: mark tests as slow running
|
||||
|
||||
Reference in New Issue
Block a user