mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-10 05:51:53 +08:00
move to custom pytest plugin test runner, fix tests, add Any fallback to ForeignKey
This commit is contained in:
5
mypy_django_plugin/monkeypatch/__init__.py
Normal file
5
mypy_django_plugin/monkeypatch/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from .dependencies import (load_graph_to_add_settings_file_as_a_source_seed,
|
||||
inject_dependencies,
|
||||
restore_original_load_graph,
|
||||
restore_original_dependencies_handling)
|
||||
from .contexts import replace_apply_function_plugin_method
|
||||
Reference in New Issue
Block a user