module unit.wxgui.dialogs.importevents.controller

class unit.wxgui.dialogs.importevents.controller.describe_import_events_dialog_controller[source]

Bases: timelinelib.test.cases.unit.UnitTestCase

setUp()[source]

Hook method for setting up the test fixture before exercising it.

tearDown()[source]

Hook method for deconstructing the test fixture after testing it.

create_file(path)[source]
remove_file()[source]
test_on_filepath_changed_invalid_path_generates_error_message()[source]
test_on_filepath_changed_with_non_timeline_file_generates_error_message()[source]
test_on_filepath_changed_different_timeline_timetypes_generates_error_message()[source]
test_on_filepath_changed_ok_generates_success_message()[source]
test_on_ok_clicked_and_no_db()[source]
test_on_ok_clicked_db_is_imported()[source]