mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-29 07:06:56 +08:00
add basic test infrastructure
This commit is contained in:
7
pytest.ini
Normal file
7
pytest.ini
Normal file
@@ -0,0 +1,7 @@
|
||||
[pytest]
|
||||
|
||||
testpaths = test
|
||||
python_files = test*.py
|
||||
addopts =
|
||||
-nauto
|
||||
--tb=native
|
||||
Reference in New Issue
Block a user