module unit.canvas.data.event

class unit.canvas.data.event.describe_event[source]

Bases: timelinelib.test.cases.unit.UnitTestCase

test_can_get_values()[source]
test_can_set_values()[source]
test_can_not_set_values()[source]
test_ends_today_can_be_changed_with_update()[source]
test_fuzzy_can_be_changed_with_update()[source]
test_locked_can_be_changed_with_update()[source]
test_ends_today_can_not_be_set_with_update_on_locked_event()[source]
test_ends_today_can_not_be_unset_with_update_on_locked_event()[source]
test_can_be_compared()[source]
test_point_event_has_a_label()[source]
test_point_event_has_an_empty_duration_label()[source]
test_duration_label_for_period_events()[source]
test_data_property()[source]
class unit.canvas.data.event.describe_event_construction[source]

Bases: timelinelib.test.cases.unit.UnitTestCase

test_event_properties_defaults_to_false()[source]
test_event_property_fuzzy_can_be_set_at_construction()[source]
test_event_property_locked_can_be_set_at_construction()[source]
test_event_property_ends_today_can_be_set_at_construction()[source]
class unit.canvas.data.event.describe_event_functions[source]

Bases: timelinelib.test.cases.unit.UnitTestCase

test_zero_time_span()[source]
class unit.canvas.data.event.describe_event_cloning[source]

Bases: timelinelib.test.cases.unit.UnitTestCase

test_event_is_not_a_milestone()[source]