dry_tests.tests.tests_models package

Submodules

dry_tests.tests.tests_models.test_urls module

Tests for urls

class dry_tests.tests.tests_models.test_urls.UrlTestCase(methodName='runTest')[source]

Bases: SimpleTestCase

Tests for Url

tags = {'dry'}
test_make_url()[source]

Make with url only :return:

test_make_url_with_args()[source]

Make with args :return:

test_make_url_with_same_params()[source]

Make with same params :return:

test_make_url_with_unique_params()[source]

Make with unique params :return:

test_make_url_wrong_type_params()[source]

Error parameter value :return:

Module contents