tests.test_magpie
Classes
Tests different methods found in the Magpie handler. |
Module Contents
- class tests.test_magpie.TestMagpie(methodName='runTest')[source]
Bases:
tests.utils.TestConfig,unittest.TestCaseTests different methods found in the Magpie handler.
These tests require a running instance of Magpie.
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.
- classmethod setUpClass()[source]
Hook method for setting up class fixture before running tests in the class.