mirror of
https://github.com/Sudo-JHare/FHIRFLARE-IG-Toolkit.git
synced 2025-06-15 13:09:59 +00:00
9 lines
323 B
INI
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 |