[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