added thirdparty testing (test/completion/thirdparty/) and fixed an AttributeError

This commit is contained in:
David Halter
2012-06-25 21:05:10 +02:00
parent 2f70c67ada
commit e7a579ce31
3 changed files with 31 additions and 12 deletions

9
test/completion/thirdparty/django.py vendored Normal file
View File

@@ -0,0 +1,9 @@
import django
#? ['get_version']
django.get_version
from django.conf import settings
#? ['configured']
settings.configured