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
f668bac9
Kaydet (Commit)
f668bac9
authored
Şub 16, 2015
tarafından
Marten Kenbeek
Kaydeden (comit)
Tim Graham
Şub 16, 2015
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed #24345 -- Isolated sitemaps_tests from contenttypes_tests; refs #11505
üst
5efd4721
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
base.py
tests/sitemaps_tests/base.py
+8
-0
No files found.
tests/sitemaps_tests/base.py
Dosyayı görüntüle @
f668bac9
from
django.apps
import
apps
from
django.contrib.sites.models
import
Site
from
django.core.cache
import
cache
from
django.test
import
TestCase
,
modify_settings
,
override_settings
...
...
@@ -18,3 +19,10 @@ class SitemapTestsBase(TestCase):
# Create an object for sitemap content.
TestModel
.
objects
.
create
(
name
=
'Test Object'
)
self
.
i18n_model
=
I18nTestModel
.
objects
.
create
(
name
=
'Test Object'
)
@classmethod
def
setUpClass
(
cls
):
super
(
SitemapTestsBase
,
cls
)
.
setUpClass
()
# This cleanup is necessary because contrib.sites cache
# makes tests interfere with each other, see #11505
Site
.
objects
.
clear_cache
()
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