Classes | |
class | TestCompile |
A sample python unit test. More... | |
Variables | |
string | code |
f = open("/tmp/%d-openhrp3-sample.cpp"%(PID),'w') | |
PID = os.getpid() | |
string | PKG = 'openhrp3' |
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 142 of file test_openhrp3.py.
test_openhrp3.PID = os.getpid() |
Definition at line 141 of file test_openhrp3.py.
string test_openhrp3.PKG = 'openhrp3' |
Definition at line 3 of file test_openhrp3.py.