Public Member Functions | |
def | setUp (self) |
def | test_build_command (self) |
def | test_shorthand (self) |
def | test_split_response (self) |
Public Attributes | |
xbee | |
In order to properly use the XBeeBase class for most situations, it must be subclassed with the proper attributes definined. If this is not the case, then a NotImplemented exception should be raised as appropriate.
Definition at line 100 of file test_base.py.
def xbee.tests.test_base.TestNotImplementedFeatures.setUp | ( | self | ) |
Set up a base class XBeeBase object which does not have api_commands or api_responses defined
Definition at line 108 of file test_base.py.
def xbee.tests.test_base.TestNotImplementedFeatures.test_build_command | ( | self | ) |
_build_command should raise NotImplemented
Definition at line 115 of file test_base.py.
def xbee.tests.test_base.TestNotImplementedFeatures.test_shorthand | ( | self | ) |
Shorthand calls should raise NotImplementedError
Definition at line 127 of file test_base.py.
def xbee.tests.test_base.TestNotImplementedFeatures.test_split_response | ( | self | ) |
split_command should raise NotImplemented
Definition at line 121 of file test_base.py.
xbee.tests.test_base.TestNotImplementedFeatures.xbee |
Definition at line 113 of file test_base.py.