django-dry-tests
1.0.0
Contents:
Django DRY Tests
Install
Quickstart
Forms testing
Developer Documentation
FAQ
Source code documentation
django-dry-tests
Index
Index
A
|
C
|
D
|
F
|
G
|
I
|
K
|
M
|
N
|
P
|
R
|
S
|
T
|
U
|
V
A
args (dry_tests.models.urls.Url attribute)
assertContentValues() (dry_tests.testcases.TestCaseMixin method)
,
[1]
assertContextItems() (dry_tests.testcases.TestCaseMixin method)
,
[1]
assertContextTypes() (dry_tests.testcases.TestCaseMixin method)
,
[1]
assertFieldsInForm() (dry_tests.testcases.TestCaseMixin method)
,
[1]
assertFormFieldsCount() (dry_tests.testcases.TestCaseMixin method)
,
[1]
assertFormTypes() (dry_tests.testcases.TestCaseMixin method)
,
[1]
assertKeysInContext() (dry_tests.testcases.TestCaseMixin method)
,
[1]
assertRedirectUrl() (dry_tests.testcases.TestCaseMixin method)
,
[1]
assertResponsesAreTrue() (dry_tests.testcases.TestCaseMixin method)
,
[1]
assertStatusCode() (dry_tests.testcases.TestCaseMixin method)
,
[1]
assertTrueForm() (dry_tests.testcases.TestCaseMixin method)
,
[1]
assertTrueResponse() (dry_tests.testcases.TestCaseMixin method)
,
[1]
assertValuesInContext() (dry_tests.testcases.TestCaseMixin method)
,
[1]
C
content_values (dry_tests.models.responses.TrueResponse attribute)
ContentValue (class in dry_tests.models.content)
Context (class in dry_tests.models.context)
context (dry_tests.models.responses.TrueResponse attribute)
count (dry_tests.models.content.ContentValue attribute)
(dry_tests.models.forms.Fields attribute)
created (dry_tests.models.responses.TrueResponse attribute)
D
data (dry_tests.models.requests.Request attribute)
default_auto_field (dry_tests.apps.DryTestsConfig attribute)
dry_tests
module
dry_tests.apps
module
dry_tests.migrations
module
dry_tests.models
module
dry_tests.models.content
module
dry_tests.models.context
module
dry_tests.models.forms
module
dry_tests.models.requests
module
dry_tests.models.responses
module
dry_tests.models.urls
module
dry_tests.testcases
module
dry_tests.tests
module
dry_tests.tests.tests_models
module
dry_tests.tests.tests_models.test_urls
module
DryTestsConfig (class in dry_tests.apps)
F
Fields (class in dry_tests.models.forms)
fields (dry_tests.models.forms.TrueForm attribute)
G
get_content_values() (dry_tests.models.responses.TrueResponse method)
get_context() (dry_tests.models.responses.TrueResponse method)
get_redirect_url() (dry_tests.models.responses.TrueResponse method)
get_response() (dry_tests.models.requests.Request method)
get_url() (in module dry_tests.models.urls)
I
items (dry_tests.models.context.Context attribute)
K
keys (dry_tests.models.context.Context attribute)
M
make_url() (dry_tests.models.urls.Url method)
method (dry_tests.models.requests.Request attribute)
module
dry_tests
dry_tests.apps
dry_tests.migrations
dry_tests.models
dry_tests.models.content
dry_tests.models.context
dry_tests.models.forms
dry_tests.models.requests
dry_tests.models.responses
dry_tests.models.urls
dry_tests.testcases
dry_tests.tests
dry_tests.tests.tests_models
dry_tests.tests.tests_models.test_urls
N
name (dry_tests.apps.DryTestsConfig attribute)
names (dry_tests.models.forms.Fields attribute)
P
params (dry_tests.models.urls.Url attribute)
R
redirect_url (dry_tests.models.responses.TrueResponse attribute)
Request (class in dry_tests.models.requests)
S
SimpleTestCase (class in dry_tests.testcases)
status_code (dry_tests.models.responses.TrueResponse attribute)
T
tags (dry_tests.tests.tests_models.test_urls.UrlTestCase attribute)
test_make_url() (dry_tests.tests.tests_models.test_urls.UrlTestCase method)
test_make_url_with_args() (dry_tests.tests.tests_models.test_urls.UrlTestCase method)
test_make_url_with_same_params() (dry_tests.tests.tests_models.test_urls.UrlTestCase method)
test_make_url_with_unique_params() (dry_tests.tests.tests_models.test_urls.UrlTestCase method)
test_make_url_wrong_type_params() (dry_tests.tests.tests_models.test_urls.UrlTestCase method)
TestCase (class in dry_tests.testcases)
TestCaseMixin (class in dry_tests.testcases)
,
[1]
TrueForm (class in dry_tests.models.forms)
TrueResponse (class in dry_tests.models.responses)
types (dry_tests.models.context.Context attribute)
(dry_tests.models.forms.Fields attribute)
U
Url (class in dry_tests.models.urls)
url (dry_tests.models.requests.Request attribute)
(dry_tests.models.urls.Url attribute)
UrlTestCase (class in dry_tests.tests.tests_models.test_urls)
V
value (dry_tests.models.content.ContentValue attribute)
values (dry_tests.models.context.Context attribute)