Method summary
- setUp(self)
- tearDown(self)
- test_clear(self)
- test_create_object(self)
- test_list_items_changed(self)
- test_non_has_traits(self)
- test_path_change_on_list(self)
- test_record(self)
- test_record_function(self)
- test_recorded_trait_replaced(self)
- test_recorder_and_ignored(self)
- test_save(self)
- test_set_script_id(self)
- test_unique_name(self)
- test_write_script_id_in_namespace(self)
Methods
- setUp(self)
- tearDown(self)
- test_clear(self)
Test the clear method.
- test_create_object(self)
Is the object imported and created if unknown?
- test_list_items_changed(self)
Test if a list item is changed does the change get recorded.
- test_non_has_traits(self)
Can classes not using traits be handled?
- test_path_change_on_list(self)
Does the object path update when a list has changed?
- test_record(self)
Does recording work correctly.
- test_record_function(self)
See if recordable function calls are handled correctly.
- test_recorded_trait_replaced(self)
Does recording work right when a trait is replaced.
- test_recorder_and_ignored(self)
Test if recorder trait is set and private traits are ignored.
- test_save(self)
Test if saving tape to file works.
- test_set_script_id(self)
Test if setting script_id at registration time works.
- test_unique_name(self)
Does the get_unique_id method work.
- test_write_script_id_in_namespace(self)
Test the write_script_id_in_namespace method.