i-process0python.module
fault.defects

os
import

signal
import

module
import

thread
import

Trapped
class

Exception Fixture for test_critical.

test_critical
function

test_critical(test)

test_panic
function

test_panic(test)

Validate the effect of panic triggering a fault.system.process.Critical exception on the main threaad.

test_interject
function

test_interject(test)

Validate that interject manages to run a callable in a reasonable number of cycles.

test_Invocation_argument_vector
function

test_Invocation_argument_vector(test)

Check for argument property existence.

test_Invocation_imports
function

test_Invocation_imports(test)

Check for a functioning imports method.

test_fs_pwd_no_environ
function

test_fs_pwd_no_environ(test)

Path instantiation should be successful in the case that PWD is not present.

test_fs_pwd_environ_priority
function

test_fs_pwd_environ_priority(test)

Environment variable is given priority over os.getcwd.

test_fs_chdir
function

test_fs_chdir(test)

Validate fs_chdir's side effects.

test_scheduler_parallel_execute
function

test_scheduler_parallel_execute(test)

Validate fault.system.process.scheduler initialization with thread execution.

test_scheduler_parallel_close
function

test_scheduler_parallel_close(test)

Validate that fault.system.process.scheduler loop exit remove the process.scheduler attribute.