Method summary
- setUp(self)
- test_add_function(self)
- test_change_binding(self)
- test_code_from_local_def(self)
- test_execution(self)
- test_execution_restrict_inputs(self)
- test_execution_restrict_inputs_and_outputs(self)
- test_execution_restrict_outputs(self)
- test_import_code(self)
- test_import_func_with_const(self)
- test_imported_func_code(self)
- test_imported_func_multi_line(self)
- test_local_def_code(self)
- test_mark_unsatisfied_inputs(self)
- test_merge_statements(self)
- test_reexecution(self)
- test_remove_function(self)
- test_restricted(self)
- test_unmerge_statements(self)
Methods
- setUp(self)
- test_add_function(self)
- test_change_binding(self)
Does a change in the binding update the code from the ExecutionModel correctly?
- test_code_from_local_def(self)
- test_execution(self)
- test_execution_restrict_inputs(self)
- test_execution_restrict_inputs_and_outputs(self)
- test_execution_restrict_outputs(self)
- test_import_code(self)
- test_import_func_with_const(self)
- test_imported_func_code(self)
- test_imported_func_multi_line(self)
Right now, we can't ensure the order of the import statements nor can we consolidate imports from the same locations.
- test_local_def_code(self)
- test_mark_unsatisfied_inputs(self)
- test_merge_statements(self)
- test_reexecution(self)
- test_remove_function(self)
- test_restricted(self)
- test_unmerge_statements(self)