diff options
Diffstat (limited to 'opendc-web/opendc-web-api/pytest.ini')
| -rw-r--r-- | opendc-web/opendc-web-api/pytest.ini | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opendc-web/opendc-web-api/pytest.ini b/opendc-web/opendc-web-api/pytest.ini new file mode 100644 index 00000000..8e7964ba --- /dev/null +++ b/opendc-web/opendc-web-api/pytest.ini @@ -0,0 +1,5 @@ +[pytest] +env = + OPENDC_FLASK_TESTING=True + OPENDC_FLASK_SECRET=Secret +junit_family = xunit2 |
