mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-08 21:14:49 +08:00
latest changes
This commit is contained in:
9
test/pytest_tests/base.py
Normal file
9
test/pytest_tests/base.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from test.pytest_plugin import MypyTypecheckTestCase
|
||||
|
||||
|
||||
class BaseDjangoPluginTestCase(MypyTypecheckTestCase):
|
||||
def ini_file(self):
|
||||
return """
|
||||
[mypy]
|
||||
plugins = mypy_django_plugin.main
|
||||
"""
|
||||
Reference in New Issue
Block a user