module unit.canvas.eventboxdrawers.defaulteventboxdrawer

unit.canvas.eventboxdrawers.defaulteventboxdrawer.DEFAULT_TEXT = 'test'
class unit.canvas.eventboxdrawers.defaulteventboxdrawer.describe_default_exventbox_drawer_draw_text[source]

Bases: timelinelib.test.cases.unit.UnitTestCase

test_when_rect_has_zero_width_text_is_not_drawn()[source]
test_when_rect_has_inner_padding_width_text_is_not_drawn()[source]
test_non_centered_text_is_left_aligned()[source]
test_centered_text_is_not_left_aligned()[source]
test_centered_text_is_left_aligned_if_text_is_too_long_to_fit()[source]
test_non_centered_text_is_left_ajusted_when_fuzzy()[source]
test_non_centered_text_is_left_ajusted_when_locked()[source]
test_if_checkmark_is_to_be_used_it_is_placed_as_first_char_in_text()[source]
test_milestone_with_no_text_can_be_drawn()[source]
setUp()[source]

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