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
8a9b0c15
Kaydet (Commit)
8a9b0c15
authored
Ara 31, 2014
tarafından
Tim Graham
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Renamed tests for util -> utils moves; refs #17627.
üst
837fc2d8
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
2 deletions
+2
-2
__init__.py
tests/admin_utils/__init__.py
+0
-0
models.py
tests/admin_utils/models.py
+0
-0
tests.py
tests/admin_utils/tests.py
+1
-1
test_utils.py
tests/forms_tests/tests/test_utils.py
+1
-1
No files found.
tests/admin_util/__init__.py
→
tests/admin_util
s
/__init__.py
Dosyayı görüntüle @
8a9b0c15
File moved
tests/admin_util/models.py
→
tests/admin_util
s
/models.py
Dosyayı görüntüle @
8a9b0c15
File moved
tests/admin_util/tests.py
→
tests/admin_util
s
/tests.py
Dosyayı görüntüle @
8a9b0c15
...
...
@@ -90,7 +90,7 @@ class NestedObjectsTests(TestCase):
n
.
collect
([
Vehicle
.
objects
.
first
()])
class
UtilTests
(
TestCase
):
class
Util
s
Tests
(
TestCase
):
def
test_values_from_lookup_field
(
self
):
"""
Regression test for #12654: lookup_field
...
...
tests/forms_tests/tests/test_util.py
→
tests/forms_tests/tests/test_util
s
.py
Dosyayı görüntüle @
8a9b0c15
...
...
@@ -12,7 +12,7 @@ from django.utils.translation import ugettext_lazy
from
django.utils.encoding
import
python_2_unicode_compatible
class
FormsUtilTestCase
(
TestCase
):
class
FormsUtil
s
TestCase
(
TestCase
):
# Tests for forms/utils.py module.
def
test_flatatt
(
self
):
...
...
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