Classes | |
class | TestCompile |
A sample python unit test. More... | |
Functions | |
def | check_output (args, kwargs) |
Variables | |
string | code |
f = open("/tmp/%d-openhrp3-sample.cpp"%(PID),'w') | |
PID = os.getpid() | |
string | PKG = 'openhrp3' |
def test_openhrp3.check_output | ( | args, | |
kwargs | |||
) |
Definition at line 22 of file test_openhrp3.py.
string test_openhrp3.code |
Definition at line 10 of file test_openhrp3.py.
test_openhrp3.f = open("/tmp/%d-openhrp3-sample.cpp"%(PID),'w') |
Definition at line 145 of file test_openhrp3.py.
test_openhrp3.PID = os.getpid() |
Definition at line 144 of file test_openhrp3.py.
string test_openhrp3.PKG = 'openhrp3' |
Definition at line 3 of file test_openhrp3.py.