dev
[pytest]DJANGO_SETTINGS_MODULE = app.settingspython_files = tests.py test_*.py *_tests.pypytest_plugins = "snapshottest.pytest",addopts = --cov="api_graphql" --cov="data_models" --cov-config=".coveragerc"