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
477274ac
Kaydet (Commit)
477274ac
authored
Ock 25, 2016
tarafından
Simon Charette
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Refs #24919 -- Used the documented way of disabling migrations per app.
üst
4dcaa587
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
runtests.py
tests/runtests.py
+5
-5
No files found.
tests/runtests.py
Dosyayı görüntüle @
477274ac
...
...
@@ -149,11 +149,11 @@ def setup(verbosity, test_labels, parallel):
settings
.
SITE_ID
=
1
settings
.
MIDDLEWARE_CLASSES
=
ALWAYS_MIDDLEWARE_CLASSES
settings
.
MIGRATION_MODULES
=
{
#
these 'tests.migrations' modules don't actually exist, but this lets
#
us skip creating migrations for the test model
s.
'auth'
:
'django.contrib.auth.tests.migrations'
,
'contenttypes'
:
'contenttypes_tests.migrations'
,
'sessions'
:
'sessions_tests.migrations'
,
#
This lets us skip creating migrations for the test models as many of
#
them depend on one of the following contrib application
s.
'auth'
:
None
,
'contenttypes'
:
None
,
'sessions'
:
None
,
}
log_config
=
copy
.
deepcopy
(
DEFAULT_LOGGING
)
# Filter out non-error logging so we don't have to capture it in lots of
...
...
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