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
29d52583
Kaydet (Commit)
29d52583
authored
Agu 31, 2015
tarafından
Zan Anderle
Kaydeden (comit)
Tim Graham
Eyl 07, 2015
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Removed 'Test that' prefix from admindocs tests.
üst
f3dc1732
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
tests.py
tests/admin_docs/tests.py
+4
-4
No files found.
tests/admin_docs/tests.py
Dosyayı görüntüle @
29d52583
...
...
@@ -206,7 +206,7 @@ class DefaultRoleTest(AdminDocsTestCase):
def
test_parse_rst
(
self
):
"""
Tests that ``django.contrib.admindocs.utils.parse_rst`` uses
``django.contrib.admindocs.utils.parse_rst`` should use
``cmsreference`` as the default role.
"""
markup
=
(
'<p><a class="reference external" href="/admindocs/
%
s">'
...
...
@@ -224,7 +224,7 @@ class DefaultRoleTest(AdminDocsTestCase):
def
test_publish_parts
(
self
):
"""
Tests that Django hasn't broken
the default role for interpreted text
Django shouldn't break
the default role for interpreted text
when ``publish_parts`` is used directly, by setting it to
``cmsreference``. See #6681.
"""
...
...
@@ -250,9 +250,9 @@ class TestModelDetailView(TestDataMixin, AdminDocsTestCase):
def
test_method_excludes
(
self
):
"""
Test that m
ethods that begin with strings defined in
M
ethods that begin with strings defined in
``django.contrib.admindocs.views.MODEL_METHODS_EXCLUDE``
do not get displayed in the admin docs
should not get displayed in the admin docs.
"""
self
.
assertContains
(
self
.
response
,
"<td>get_full_name</td>"
)
self
.
assertNotContains
(
self
.
response
,
"<td>_get_full_name</td>"
)
...
...
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