2025-04-10 14:47:33 +10:00

9 lines
323 B
INI

[pytest]
# Look for tests in the tests directory
testpaths = tests
# Set environment variables for testing
# Ensures Flask uses the testing config and finds the app
#env =
# # Use D: prefix for default values if not set externally
# D:FLASK_APP=run.py # Or app:create_app - CHECK THIS
# D:FLASK_ENV=testing