Skip to content

Instantly share code, notes, and snippets.

@amiroff
Created April 24, 2020 13:44
Show Gist options
  • Save amiroff/845980c391deb8ef33ce9b57a903ccf0 to your computer and use it in GitHub Desktop.
Save amiroff/845980c391deb8ef33ce9b57a903ccf0 to your computer and use it in GitHub Desktop.
ptest django integration settings
[pytest]
DJANGO_SETTINGS_MODULE = project_name_here.settings
python_files = tests.py test_*.py *_tests.py
junit_family=xunit1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment