executioner.sandbox.test.test_sandbox.TestNoSandBox(CTestSandBox, PythonTestSandBox)
class documentationexecutioner.sandbox.test.test_sandbox
(View In Hierarchy)
Tests for NoSandBox class
Class Variable | sandbox | Undocumented |
Method | test_no_workspace | Test if workspace does not exist |
Inherited from CTestSandBox:
Method | test_c_success | test successful C code |
Method | test_c_error | test runtime error in C |
Method | test_c_compilation_error | Test compilation error in C |
Inherited from PythonTestSandBox:
Method | test_python_success | test successful python code |
Method | test_python_error | test runtime error in python |