pcisim.core.modbuild | index ../../src/pcisim/core/modbuild.py |
A module for unit testing in pcisim package.
Each test-able module should implement one of the following interfaces:
_main(app) : a function with takes a wx.App parameter and returns
a return value
_build(parent) : a function or a wx.Window derived class which takes
a wx.Window parent as a parameter and returns a wx.Window instance
Modules | ||||||
|
Functions | ||
|
Data | ||
__all__ = ['parse_args', 'test_module'] |