Home
Download
Documentation
Weblog
Community
Code
Code
Search:
Login
Register
Settings
Wiki
Timeline
Browse Source
Reports
View Tickets
New Ticket
Roadmap
Search
Ticket #5441
: test_urls.py
File test_urls.py, 291 bytes (added by simeon, 1 year ago)
Url file to be used only by unit tests. See comments
Line
1
"""
2
3
This is a urlconf to be loaded by tests.py. Add any urls needed
4
for tests only.
5
6
"""
7
from
django.conf.urls.defaults
import
*
8
from
django.contrib.formtools.tests
import
*
9
10
urlpatterns
=
patterns
(
''
,
11
(
r'^test1/'
,
TestFormPreview
(
TestForm
)),
12
)
Download in other formats:
Original Format