mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-08 21:14:49 +08:00
10 lines
206 B
Python
10 lines
206 B
Python
from test.pytest_plugin import MypyTypecheckTestCase
|
|
|
|
|
|
class BaseDjangoPluginTestCase(MypyTypecheckTestCase):
|
|
def ini_file(self):
|
|
return """
|
|
[mypy]
|
|
plugins = mypy_django_plugin.main
|
|
"""
|