[e988c2]: / tests / spec / toc.py

Download this file

75 lines (73 with data), 2.0 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# Table of contents for documentation generated from specs
contents = {
"filter": [
"test_where",
"test_except_where",
],
"sort_and_pick": [
"test_sort_by_column_and_pick",
"test_sort_by_multiple_columns_and_pick",
"test_sort_by_column_with_nulls_and_pick",
"test_sort_by_interleaved_with_where",
],
"aggregate_frame": [
"test_exists_for_patient",
"test_count_for_patient",
],
"aggregate_series": [
"test_minimum_and_maximum_for_patient",
"test_sum_for_patient",
"test_mean_for_patient",
"test_count_distinct_for_patient",
],
"combine_series": [
"test_patient_series_and_patient_series",
"test_patient_series_and_value",
"test_event_series_and_event_series",
"test_event_series_and_patient_series",
"test_event_series_and_value",
],
"series_ops": [
"test_equality",
"test_containment",
"test_containment_with_series",
"test_map_values",
"test_when_null_then",
"test_maximum_of_and_minimum_of_patient_series",
"test_maximum_of_and_minimum_of_event_series",
],
"bool_series_ops": [
"test_logical_ops",
"test_conversion",
],
"int_series_ops": [
"test_arithmetic_ops",
"test_comparison_ops",
],
"code_series_ops": [
"test_containment",
"test_map_codes_to_categories",
],
"multi_code_string_series_ops": [
"test_containment",
],
"case_expressions": [
"test_case",
"test_when",
],
"date_series_ops": [
"test_date_series_ops",
"test_date_comparisons",
"test_date_comparison_types",
"test_date_aggregations",
],
"str_series_ops": [
"test_contains",
],
"population": [
"test_population",
],
"table_from_rows": [
"test_table_from_rows",
],
}