os
signal
module
thread
Trapped
Exception Fixture for test_critical.
test_critical
test_critical(test)
test_panic
test_panic(test)
Validate the effect of panic triggering a fault.system.process.Critical exception on the main threaad.
test_interject
test_interject(test)
Validate that interject manages to run a callable in a reasonable number of cycles.
test_Invocation_argument_vector
test_Invocation_argument_vector(test)
Check for argument property existence.
test_Invocation_imports
test_Invocation_imports(test)
Check for a functioning imports method.
test_fs_pwd_no_environ
test_fs_pwd_no_environ(test)
Path instantiation should be successful in the case that PWD is not present.
test_fs_pwd_environ_priority
test_fs_pwd_environ_priority(test)
Environment variable is given priority over os.getcwd.
test_fs_chdir
test_fs_chdir(test)
Validate fs_chdir's side effects.
test_scheduler_parallel_execute
test_scheduler_parallel_execute(test)
Validate fault.system.process.scheduler initialization with thread execution.
test_scheduler_parallel_close
test_scheduler_parallel_close(test)
Validate that fault.system.process.scheduler loop exit remove the process.scheduler attribute.