fractions
module
test_classes
test_classes(test)
test_select
test_select(test)
test_instants
test_instants(test)
test_ratios
test_ratios(test)
test_of_Measure
test_of_Measure(test)
test_of_months
test_of_months(test)
test_of_iso
test_of_iso(test)
test_of_iso_date
test_of_iso_date(test)
leap_samples
leap_samples = [
(False, "1600-02-29T00:00:00.0"), # shouldnt wrap
(True, "1601-02-29T00:00:00.0"), # should wrap
(False, "1604-02-29T00:00:00.0"), # shouldn't wrap
(True, "1700-02-29T00:00:00.0"), # should wrap
(True, "1800-02-29T00:00:00.0"), # should wrap
(True, "1900-02-29T00:00:00.0"), # should wrap
(False, "2000-02-29T00:00:00.0"), # shouldn't wrap
]
test_of_leaps
test_of_leaps(test)
test_of_relative
test_of_relative(test)
test_date_contains
test_date_contains(test)
test_part_datetime
test_part_datetime(test)
test_relative_times
test_relative_times(test)
test_Timestamp_select
test_Timestamp_select(test)
test_Timestamp_update
test_Timestamp_update(test)
test_date
test_date(test)
test_truncate
test_truncate(test)
test_measure_method
test_measure_method(test)
test_rollback
test_rollback(test)
test_timeofday_select
test_timeofday_select(test)
test_align
test_align(test)
The most important use of alignment is for finding the n-th since the first or last of a month.
test_unix
test_unix(test)
test_hashing
test_hashing(test)
test_subseconds
test_subseconds(test)
test_Months_elapse
test_Months_elapse(test)
test_indefinite_comparisons
test_indefinite_comparisons(test)
test_indefinite_definite_comparisons
test_indefinite_definite_comparisons(test)
test_representations
test_representations(test)