module unit.config.dotfile

class unit.config.dotfile.describe_config[source]

Bases: timelinelib.test.cases.tmpdir.TmpDirTestCase

test_has_path_from_command_line()[source]
test_has_debug_flag_from_command_line()[source]
test_should_have_default_values_before_config_has_been_read()[source]
test_window_size_can_be_read_after_stored()[source]
test_sidebar_width_can_be_read_after_stored()[source]
test_recently_opened_can_be_read_after_stored()[source]
test_week_start_can_be_read_after_stored()[source]
test_minor_strip_divider_line_colour_can_be_read_after_set()[source]
test_minor_strip_divider_line_colour_can_be_read_after_stored()[source]
test_major_strip_divider_line_colour_can_be_read_after_set()[source]
test_major_strip_divider_line_colour_can_be_read_after_stored()[source]
test_config_returns_use_inertial_scrolling_is_true_when_set_to_true()[source]
test_config_returns_use_inertial_scrolling_is_false_when_set_to_false()[source]
test_recently_opened_contains_last_5_entries()[source]
test_recently_opened_list_does_not_contain_duplicates()[source]
test_converts_recently_opened_path_to_unicode()[source]
test_recently_opened_does_not_store_special_tutorial_file()[source]
test_setting_invalid_week_start_raises_value_error()[source]
test_boolean_property_can_be_set_and_reset()[source]
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.