add vscode integration for tests

This commit is contained in:
FuzzyGrim
2025-05-24 13:03:34 +02:00
parent 2398a3e8c4
commit 079adfc2c4
3 changed files with 9 additions and 0 deletions

3
pytest.ini Normal file
View File

@@ -0,0 +1,3 @@
[pytest]
DJANGO_SETTINGS_MODULE = config.test_settings
python_files = tests.py test_*.py *_tests.py