A sample python unit test. More...
Public Member Functions | |
def | setUp |
def | test_compile_pkg_config |
test 1 == 1 | |
def | test_compile_rtm_config |
def | test_example |
def | test_share |
Public Attributes | |
PKG_CONFIG_PATH | |
Static Public Attributes | |
string | PKG_CONFIG_PATH = '' |
A sample python unit test.
Definition at line 22 of file test_openrtm_aist.py.
def test_openrtm_aist.TestCompile.setUp | ( | self | ) |
Definition at line 25 of file test_openrtm_aist.py.
test 1 == 1
Definition at line 32 of file test_openrtm_aist.py.
Definition at line 39 of file test_openrtm_aist.py.
def test_openrtm_aist.TestCompile.test_example | ( | self | ) |
Definition at line 50 of file test_openrtm_aist.py.
def test_openrtm_aist.TestCompile.test_share | ( | self | ) |
Definition at line 45 of file test_openrtm_aist.py.
string test_openrtm_aist.TestCompile::PKG_CONFIG_PATH = '' [static] |
Definition at line 23 of file test_openrtm_aist.py.
Definition at line 25 of file test_openrtm_aist.py.