module unit.canvas.drawing.scene

class unit.canvas.drawing.scene.describe_scene[source]

Bases: timelinelib.test.cases.wxapp.WxAppTestCase

test_has_no_hidden_events_when_all_events_belong_to_visible_categories()[source]
test_has_hidden_events_for_all_events_belonging_to_hidden_categories()[source]
test_considers_events_outside_screen_hidden()[source]
test_point_events_on_same_date_has_different_y_positions()[source]
test_point_events_on_different_dates_has_same_y_positions()[source]
test_period_events_with_same_period_has_different_y_positions()[source]
test_period_events_with_different_periods_has_same_y_positions()[source]
test_long_periods_are_not_drawn_very_far_outside_screen()[source]
test_scene_must_be_created_at_last_century()[source]
test_ends_today_is_reset_when_start_date_is_in_future()[source]
setUp()[source]

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

get_text_size_fn(text)[source]
given_number_of_events_stackable_is(number)[source]
given_displayed_period(start, end)[source]
given_visible_event_at(start_time, end_time=None, ends_today=False)[source]
given_hidden_event_at(time)[source]
given_event_at(start_time, end_time=None, visible=True, ends_today=False)[source]
get_unique_category()[source]
when_scene_is_created()[source]