pagetools.subscriptions.tests package

Submodules

pagetools.subscriptions.tests.test_templatetags module

class pagetools.subscriptions.tests.test_templatetags.TemplateTagTestCase(methodName='runTest')[source]

Bases: TestCase

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

test_subscripton_node()[source]

pagetools.subscriptions.tests.test_utils module

class pagetools.subscriptions.tests.test_utils.TC1Tests(methodName='runTest')[source]

Bases: TestCase

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

setUp()[source]

Hook method for setting up the test fixture before exercising it.

test_queues()[source]
test_send()[source]

pagetools.subscriptions.tests.test_views module

class pagetools.subscriptions.tests.test_views.AdminViewTest(methodName='runTest')[source]

Bases: TestCase

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

test_mass_subscription_invalid()[source]
test_mass_subscription_valid()[source]
test_mass_subscription_valid_invalid()[source]
class pagetools.subscriptions.tests.test_views.ViewTest(methodName='runTest')[source]

Bases: TestCase

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

test_activate()[source]

Module contents