module unit.config.dateformatparser

Tests for the DateFormatParser class.

Source is found here.

class unit.config.dateformatparser.describe_date_fromat_parser[source]

Bases: timelinelib.test.cases.unit.UnitTestCase

test_valid_parse_returns_separator_tuple()[source]
test_parse_recognizes_muliple_char_separators()[source]
test_parse_recognizes_month_names_format()[source]
test_valid_formats()[source]
test_invalid_formats()[source]
test_parse_regions()[source]
test_can_parse_region_order()[source]
test_can_parse_different_region_order()[source]
test_can_detect_usage_of_abbreviated_month_names()[source]
setUp()[source]

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