Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
D
django
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
django
Commits
df2fd4e0
Kaydet (Commit)
df2fd4e0
authored
Eyl 09, 2013
tarafından
Florian Apolloner
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Removed unneeded imports in tests's __init__.py and unified them.
üst
d9413d33
Hide whitespace changes
Inline
Side-by-side
Showing
32 changed files
with
0 additions
and
78 deletions
+0
-78
__init__.py
tests/admin_custom_urls/__init__.py
+0
-1
__init__.py
tests/bash_completion/__init__.py
+0
-1
__init__.py
tests/bash_completion/management/__init__.py
+0
-1
__init__.py
tests/bash_completion/management/commands/__init__.py
+0
-1
__init__.py
tests/comment_tests/tests/__init__.py
+0
-8
__init__.py
tests/conditional_processing/__init__.py
+0
-1
__init__.py
tests/delete_regress/__init__.py
+0
-1
__init__.py
tests/dispatch/__init__.py
+0
-2
__init__.py
tests/dispatch/tests/__init__.py
+0
-6
__init__.py
tests/distinct_on_fields/__init__.py
+0
-1
__init__.py
tests/file_storage/__init__.py
+0
-1
__init__.py
tests/files/__init__.py
+0
-1
__init__.py
tests/fixtures/__init__.py
+0
-2
__init__.py
tests/fixtures_model_package/__init__.py
+0
-2
__init__.py
tests/forms_tests/tests/__init__.py
+0
-19
__init__.py
tests/inspectdb/__init__.py
+0
-1
__init__.py
tests/invalid_models/__init__.py
+0
-1
__init__.py
tests/m2m_signals/__init__.py
+0
-1
__init__.py
tests/m2m_through/__init__.py
+0
-2
__init__.py
tests/m2m_through_regress/__init__.py
+0
-2
__init__.py
tests/mail/__init__.py
+0
-2
__init__.py
tests/max_lengths/__init__.py
+0
-1
__init__.py
tests/model_package/__init__.py
+0
-1
__init__.py
tests/requests/__init__.py
+0
-3
__init__.py
tests/select_for_update/__init__.py
+0
-1
__init__.py
tests/unmanaged_models/__init__.py
+0
-2
__init__.py
tests/view_tests/app0/__init__.py
+0
-1
__init__.py
tests/view_tests/app1/__init__.py
+0
-1
__init__.py
tests/view_tests/app2/__init__.py
+0
-1
__init__.py
tests/view_tests/app3/__init__.py
+0
-1
__init__.py
tests/view_tests/app4/__init__.py
+0
-1
__init__.py
tests/view_tests/tests/__init__.py
+0
-8
No files found.
tests/admin_custom_urls/__init__.py
Dosyayı görüntüle @
df2fd4e0
#
tests/bash_completion/__init__.py
Dosyayı görüntüle @
df2fd4e0
tests/bash_completion/management/__init__.py
Dosyayı görüntüle @
df2fd4e0
tests/bash_completion/management/commands/__init__.py
Dosyayı görüntüle @
df2fd4e0
tests/comment_tests/tests/__init__.py
Dosyayı görüntüle @
df2fd4e0
...
...
@@ -83,11 +83,3 @@ class CommentTestCase(TestCase):
d
.
update
(
f
.
initial
)
return
d
from
comment_tests.tests.test_app_api
import
*
from
comment_tests.tests.test_feeds
import
*
from
comment_tests.tests.test_models
import
*
from
comment_tests.tests.test_comment_form
import
*
from
comment_tests.tests.test_templatetags
import
*
from
comment_tests.tests.test_comment_view
import
*
from
comment_tests.tests.test_comment_utils_moderators
import
*
from
comment_tests.tests.test_moderation_views
import
*
tests/conditional_processing/__init__.py
Dosyayı görüntüle @
df2fd4e0
# -*- coding:utf-8 -*-
tests/delete_regress/__init__.py
Dosyayı görüntüle @
df2fd4e0
tests/dispatch/__init__.py
Dosyayı görüntüle @
df2fd4e0
"""Unit-tests for the dispatch project
"""
tests/dispatch/tests/__init__.py
Dosyayı görüntüle @
df2fd4e0
"""
Unit-tests for the dispatch project
"""
from
.test_dispatcher
import
DispatcherTests
,
ReceiverTestCase
from
.test_saferef
import
SaferefTests
tests/distinct_on_fields/__init__.py
Dosyayı görüntüle @
df2fd4e0
#
tests/file_storage/__init__.py
Dosyayı görüntüle @
df2fd4e0
tests/files/__init__.py
Dosyayı görüntüle @
df2fd4e0
tests/fixtures/__init__.py
Dosyayı görüntüle @
df2fd4e0
tests/fixtures_model_package/__init__.py
Dosyayı görüntüle @
df2fd4e0
tests/forms_tests/tests/__init__.py
Dosyayı görüntüle @
df2fd4e0
from
.test_error_messages
import
(
FormsErrorMessagesTestCase
,
ModelChoiceFieldErrorMessagesTestCase
)
from
.test_extra
import
FormsExtraTestCase
,
FormsExtraL10NTestCase
from
.test_fields
import
FieldsTests
from
.test_forms
import
FormsTestCase
from
.test_formsets
import
(
FormsFormsetTestCase
,
FormsetAsFooTests
,
TestIsBoundBehavior
,
TestEmptyFormSet
)
from
.test_input_formats
import
(
LocalizedTimeTests
,
CustomTimeInputFormatsTests
,
SimpleTimeFormatTests
,
LocalizedDateTests
,
CustomDateInputFormatsTests
,
SimpleDateFormatTests
,
LocalizedDateTimeTests
,
CustomDateTimeInputFormatsTests
,
SimpleDateTimeFormatTests
)
from
.test_media
import
FormsMediaTestCase
,
StaticFormsMediaTestCase
from
.tests
import
(
TestTicket12510
,
TestTicket14567
,
ModelFormCallableModelDefault
,
FormsModelTestCase
,
RelatedModelFormTests
)
from
.test_regressions
import
FormsRegressionsTestCase
from
.test_util
import
FormsUtilTestCase
from
.test_validators
import
TestFieldWithValidators
from
.test_widgets
import
(
FormsWidgetTestCase
,
FormsI18NWidgetsTestCase
,
WidgetTests
,
LiveWidgetTests
,
ClearableFileInputTests
)
tests/inspectdb/__init__.py
Dosyayı görüntüle @
df2fd4e0
tests/invalid_models/__init__.py
Dosyayı görüntüle @
df2fd4e0
tests/m2m_signals/__init__.py
Dosyayı görüntüle @
df2fd4e0
tests/m2m_through/__init__.py
Dosyayı görüntüle @
df2fd4e0
tests/m2m_through_regress/__init__.py
Dosyayı görüntüle @
df2fd4e0
tests/mail/__init__.py
Dosyayı görüntüle @
df2fd4e0
tests/max_lengths/__init__.py
Dosyayı görüntüle @
df2fd4e0
tests/model_package/__init__.py
Dosyayı görüntüle @
df2fd4e0
tests/requests/__init__.py
Dosyayı görüntüle @
df2fd4e0
"""
Tests for Django's various Request objects.
"""
tests/select_for_update/__init__.py
Dosyayı görüntüle @
df2fd4e0
#
tests/unmanaged_models/__init__.py
Dosyayı görüntüle @
df2fd4e0
tests/view_tests/app0/__init__.py
Dosyayı görüntüle @
df2fd4e0
#
tests/view_tests/app1/__init__.py
Dosyayı görüntüle @
df2fd4e0
#
tests/view_tests/app2/__init__.py
Dosyayı görüntüle @
df2fd4e0
#
tests/view_tests/app3/__init__.py
Dosyayı görüntüle @
df2fd4e0
#
tests/view_tests/app4/__init__.py
Dosyayı görüntüle @
df2fd4e0
#
tests/view_tests/tests/__init__.py
Dosyayı görüntüle @
df2fd4e0
from
.test_debug
import
(
DebugViewTests
,
ExceptionReporterTests
,
ExceptionReporterTests
,
PlainTextReportTests
,
ExceptionReporterFilterTests
,
AjaxResponseExceptionReporterFilter
)
from
.test_defaults
import
DefaultsTests
from
.test_i18n
import
JsI18NTests
,
I18NTests
,
JsI18NTestsMultiPackage
,
JavascriptI18nTests
from
.test_shortcuts
import
ShortcutTests
from
.test_specials
import
URLHandling
from
.test_static
import
StaticHelperTest
,
StaticUtilsTests
,
StaticTests
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment