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
8b6cb9d0
Kaydet (Commit)
8b6cb9d0
authored
Agu 30, 2014
tarafından
Alex Gaynor
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added a missing word in a skip message
üst
50214217
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests.py
tests/i18n/tests.py
+1
-1
No files found.
tests/i18n/tests.py
Dosyayı görüntüle @
8b6cb9d0
...
@@ -193,7 +193,7 @@ class TranslationTests(TestCase):
...
@@ -193,7 +193,7 @@ class TranslationTests(TestCase):
with
six
.
assertRaisesRegex
(
self
,
KeyError
,
'Your dictionary lacks key.*'
):
with
six
.
assertRaisesRegex
(
self
,
KeyError
,
'Your dictionary lacks key.*'
):
complex_context_deferred
%
{
'name'
:
'Jim'
}
complex_context_deferred
%
{
'name'
:
'Jim'
}
@skipUnless
(
six
.
PY2
,
"PY3 doesn't distinct int and long types"
)
@skipUnless
(
six
.
PY2
,
"PY3 doesn't
have
distinct int and long types"
)
def
test_ungettext_lazy_long
(
self
):
def
test_ungettext_lazy_long
(
self
):
"""
"""
Regression test for #22820: int and long should be treated alike in ungettext_lazy.
Regression test for #22820: int and long should be treated alike in ungettext_lazy.
...
...
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