flywheel.tests module

Unit and system tests for flywheel

class flywheel.tests.DynamoLocalPlugin[source]

Bases: nose.plugins.base.Plugin

Nose plugin to run the Dynamo Local service

See: http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Tools.html

configure(options, conf)[source]
dynamo[source]

Lazy loading of the dynamo connection

finalize(result)[source]

terminate the dynamo local service

name = 'dynamolocal'[source]
options(parser, env)[source]
startContext(context)[source]

Called at the beginning of modules and TestCases

class flywheel.tests.DynamoSystemTest(methodName='runTest')[source]

Bases: unittest.case.TestCase

Base class for tests that need an Engine

dynamo = None[source]
models = [][source]
classmethod setUpClass()[source]
tearDown()[source]
classmethod tearDownClass()[source]
Read the Docs v: 0.1.3
Versions
latest
0.1.3
0.1.2
0.1.1
0.1.0
Downloads
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.