mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-18 09:56:00 +08:00
move generated stubs to separate directory, too messty
This commit is contained in:
9
django-stubs-generated/test/__init__.pyi
Normal file
9
django-stubs-generated/test/__init__.pyi
Normal file
@@ -0,0 +1,9 @@
|
||||
from .testcases import (
|
||||
TestCase as TestCase,
|
||||
TransactionTestCase as TransactionTestCase,
|
||||
SimpleTestCase as SimpleTestCase
|
||||
)
|
||||
|
||||
from .utils import (
|
||||
override_settings as override_settings
|
||||
)
|
||||
Reference in New Issue
Block a user