Public Member Functions | |
def | setUp |
def | test_build_command |
def | test_shorthand |
def | test_split_response |
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.
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.
_build_command should raise NotImplemented
Definition at line 115 of file test_base.py.
Shorthand calls should raise NotImplementedError
Definition at line 127 of file test_base.py.
split_command should raise NotImplemented
Definition at line 121 of file test_base.py.
Definition at line 111 of file test_base.py.