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
3ca3d220
Kaydet (Commit)
3ca3d220
authored
Nis 06, 2013
tarafından
Preston Timmons
Kaydeden (comit)
Carl Meyer
Nis 12, 2013
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Modified generic_views for unittest2 discovery.
üst
5e84abec
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
6 additions
and
6 deletions
+6
-6
test_base.py
tests/generic_views/test_base.py
+0
-0
test_dates.py
tests/generic_views/test_dates.py
+0
-0
test_detail.py
tests/generic_views/test_detail.py
+0
-0
test_edit.py
tests/generic_views/test_edit.py
+0
-0
test_forms.py
tests/generic_views/test_forms.py
+0
-0
test_list.py
tests/generic_views/test_list.py
+0
-0
tests.py
tests/generic_views/tests.py
+5
-5
views.py
tests/generic_views/views.py
+1
-1
No files found.
tests/generic_views/base.py
→
tests/generic_views/
test_
base.py
Dosyayı görüntüle @
3ca3d220
File moved
tests/generic_views/dates.py
→
tests/generic_views/
test_
dates.py
Dosyayı görüntüle @
3ca3d220
File moved
tests/generic_views/detail.py
→
tests/generic_views/
test_
detail.py
Dosyayı görüntüle @
3ca3d220
File moved
tests/generic_views/edit.py
→
tests/generic_views/
test_
edit.py
Dosyayı görüntüle @
3ca3d220
File moved
tests/generic_views/forms.py
→
tests/generic_views/
test_
forms.py
Dosyayı görüntüle @
3ca3d220
File moved
tests/generic_views/list.py
→
tests/generic_views/
test_
list.py
Dosyayı görüntüle @
3ca3d220
File moved
tests/generic_views/tests.py
Dosyayı görüntüle @
3ca3d220
from
__future__
import
absolute_import
from
.base
import
(
ViewTest
,
TemplateViewTest
,
RedirectViewTest
,
from
.
test_
base
import
(
ViewTest
,
TemplateViewTest
,
RedirectViewTest
,
GetContextDataTest
)
from
.dates
import
(
ArchiveIndexViewTests
,
YearArchiveViewTests
,
from
.
test_
dates
import
(
ArchiveIndexViewTests
,
YearArchiveViewTests
,
MonthArchiveViewTests
,
WeekArchiveViewTests
,
DayArchiveViewTests
,
DateDetailViewTests
)
from
.detail
import
DetailViewTest
from
.edit
import
(
FormMixinTests
,
BasicFormTests
,
ModelFormMixinTests
,
from
.
test_
detail
import
DetailViewTest
from
.
test_
edit
import
(
FormMixinTests
,
BasicFormTests
,
ModelFormMixinTests
,
CreateViewTests
,
UpdateViewTests
,
DeleteViewTests
)
from
.list
import
ListViewTests
from
.
test_
list
import
ListViewTests
tests/generic_views/views.py
Dosyayı görüntüle @
3ca3d220
...
...
@@ -7,7 +7,7 @@ from django.core.urlresolvers import reverse, reverse_lazy
from
django.utils.decorators
import
method_decorator
from
django.views
import
generic
from
.forms
import
AuthorForm
,
ContactForm
from
.
test_
forms
import
AuthorForm
,
ContactForm
from
.models
import
Artist
,
Author
,
Book
,
Page
,
BookSigning
...
...
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