testsystem

Test all config files and print results.

Global Attributes

__author__
__copyright__
__license__
newline

Classes

TestSystem Main class for test system of revpipyload.

Functions

None


TestSystem

Main class for test system of revpipyload.

Derived from

None

Class Attributes

None

Class Methods

None

Methods

TestSystem Init TestSystem class.
start Start test program and run tests.
test_replace_io Test replace_io file.
test_sections Test config file.

Static Methods

None

TestSystem (Constructor)

TestSystem()

Init TestSystem class.

TestSystem.start

start()

Start test program and run tests.

TestSystem.test_replace_io

test_replace_io()

Test replace_io file.

Returns:
0 if successful testet

TestSystem.test_sections

test_sections()

Test config file.

Returns:
0 if successful testet
Up