feat(main): initial commit
This commit is contained in:
4
pytest.ini
Normal file
4
pytest.ini
Normal file
@@ -0,0 +1,4 @@
|
||||
[pytest]
|
||||
DJANGO_SETTINGS_MODULE = pytv.settings
|
||||
python_files = tests.py test_*.py *_tests.py
|
||||
addopts = --cov=core --cov=api --cov-report=term-missing
|
||||
Reference in New Issue
Block a user