executioner.sandbox.test.test_sandbox.TestFireJail(CTestSandBox, PythonTestSandBox, SecureTestSandBox) class documentationexecutioner.sandbox.test.test_sandbox
(View In Hierarchy)
Tests for FireJail class
| Class Variable | sandbox | Undocumented |
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 |
Inherited from SecureTestSandBox:
| Method | test_file_access | Test file access above workspace folder |
| Method | test_network_access | Test network access of sandbox |
| Method | test_memory_limit | Test memory limit of sandbox |
| Method | test_tight_memory_limit | Test memory limit tightly |
| Method | test_runtime_limit | Test runtime limit of sandbox |
| Method | test_tight_runtime_limit | Test the runtime limit tightly |
| Method | test_multithread_runtime_limit | Test the runtime limit for multithreaded code |