squaresdb.gate.tests module

class squaresdb.gate.tests.AdminTestCase(methodName='runTest')[source]

Bases: TestCase

fixtures = ['people.json', 'sample.json']
setUp()[source]

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

test_admin_subscriptionpay()[source]
class squaresdb.gate.tests.BooksTestCase(methodName='runTest')[source]

Bases: TestCase

fixtures = ['people.json', 'sample.json']
setUp()[source]

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

test_render_books()[source]
class squaresdb.gate.tests.SigninTestCase(methodName='runTest')[source]

Bases: TestCase

fixtures = ['people.json', 'sample.json']
setUp()[source]

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

test_render_dance()[source]
test_render_index()[source]
test_render_sub_period()[source]
squaresdb.gate.tests.get_user(perm)[source]