mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
Remove old third party django tests
This commit is contained in:
11
test/completion/thirdparty/django_.py
vendored
11
test/completion/thirdparty/django_.py
vendored
@@ -1,11 +0,0 @@
|
|||||||
#! ['class ObjectDoesNotExist']
|
|
||||||
from django.core.exceptions import ObjectDoesNotExist
|
|
||||||
import django
|
|
||||||
|
|
||||||
#? ['get_version']
|
|
||||||
django.get_version
|
|
||||||
|
|
||||||
from django.conf import settings
|
|
||||||
|
|
||||||
#? ['configured']
|
|
||||||
settings.configured
|
|
||||||
Reference in New Issue
Block a user