Skip to content

Commit

Permalink
Create pytest.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvianen committed Aug 8, 2024
1 parent c36a356 commit e6a78dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# pytest.ini

[pytest]
DJANGO_SETTINGS_MODULE = your_project_name.settings
python_files = tests.py test_*.py *_tests.py

0 comments on commit e6a78dc

Please sign in to comment.