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
20f455b3
Kaydet (Commit)
20f455b3
authored
Şub 18, 2014
tarafından
Tim Graham
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
flake8 fixes (unused imports and variables).
üst
ffa238c3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
4 deletions
+0
-4
test_basic.py
django/contrib/auth/tests/test_basic.py
+0
-1
test_management.py
django/contrib/auth/tests/test_management.py
+0
-2
tests.py
tests/user_commands/tests.py
+0
-1
No files found.
django/contrib/auth/tests/test_basic.py
Dosyayı görüntüle @
20f455b3
...
...
@@ -6,7 +6,6 @@ from django.contrib.auth.models import User, AnonymousUser
from
django.contrib.auth.tests.custom_user
import
CustomUser
from
django.contrib.auth.tests.utils
import
skipIfCustomUser
from
django.core.exceptions
import
ImproperlyConfigured
from
django.core.management
import
call_command
from
django.dispatch
import
receiver
from
django.test
import
TestCase
,
override_settings
from
django.test.signals
import
setting_changed
...
...
django/contrib/auth/tests/test_management.py
Dosyayı görüntüle @
20f455b3
...
...
@@ -327,8 +327,6 @@ class CreatesuperuserManagementCommandTestCase(TestCase):
available on self.stdin.
If no such option is passed, it defaults to sys.stdin.
"""
user_data
=
{
'username'
:
'foo'
,
'email'
:
'foo@example.com'
}
sentinel
=
object
()
command
=
createsuperuser
.
Command
()
command
.
execute
(
...
...
tests/user_commands/tests.py
Dosyayı görüntüle @
20f455b3
...
...
@@ -2,7 +2,6 @@ import sys
from
django.core
import
management
from
django.core.management
import
CommandError
from
django.core.management.base
import
BaseCommand
from
django.core.management.utils
import
popen_wrapper
from
django.test
import
SimpleTestCase
from
django.utils
import
translation
...
...
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