module unit.plugin.plugins.eventboxdrawers.defaulteventboxdrawer

class unit.plugin.plugins.eventboxdrawers.defaulteventboxdrawer.describe_default_event_box_drawer[source]

Bases: timelinelib.test.cases.unit.UnitTestCase

test_is_a_plugin()[source]
test_is_an_event_box_drawer()[source]
test_has_a_display_name()[source]
test_base_color_is_gray_when_event_has_no_category()[source]
test_base_color_is_category_color_when_event_has_category()[source]
test_border_color_is_dark_gray_when_event_has_no_category()[source]
test_base_color_is_dark_category_color_when_event_has_category()[source]
setUp()[source]

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