forked from scholrly/neo4django
-
Notifications
You must be signed in to change notification settings - Fork 0
/
reg_settings.py
199 lines (199 loc) · 5.01 KB
/
reg_settings.py
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
options={
}
tests=[
'test_get_or_create',
'test_json_serialize',
'test_unique',
'test_default_parents_index',
'test_indexed_types',
'test_create',
'test_delete',
'test_iter',
'test_dates',
'test_all',
'test_get',
'test_filter_exact',
'test_filter_iexact',
'test_filter_range',
'test_exclude_exact',
'test_basic_relationship',
'test_one_to_many',
'test_many_to_one',
'test_related_one_to_many',
'test_related_many_to_one',
'test_one_to_one',
'test_ordering',
'test_relationship_model',
'test_multinode_setting',
'test_save_delete',
'test_custom_clients_same_database',
'test_prop',
'test_none_prop',
'test_integer',
'test_date_constructor',
'test_date_prop',
'test_datetime_constructor',
'test_datetime_auto_now',
'test_datetime_auto_now_add',
'test_date_auto_now',
'test_date_auto_now_add',
'test_type_nodes',
'test_model_inheritance',
'test_nodemodel_independence',
'test_array_property_validator',
'test_int_array_property',
'test_str_array_property_validator',
'test_url_array_property_validator',
'test_basic_indexed_query',
'test_negated_query',
'test_unindexed_query',
'test_complex_query',
'test_type_query',
'test_filter_gt',
'test_filter_gte',
'test_filter_lt',
'test_filter_lte',
'test_filter_date_range',
'test_model_casting',
'test_model_casting_validation',
'test_model_copy',
'test_basic_relationship_manager',
'test_one_to_one',
'test_rel_metadata',
'test_prop_metadata',
'test_rel_self',
'test_rel_string_target',
'test_auto_property',
'test_rel_string_type',
'test_get_by_id',
'test_in_id',
'test_empty_array',
'test_typenode_transactionality',
'test_queryset_str',
'test_in_bulk',
'test_auto_property_indexing',
'test_filter_array_member',
'test_autoproperty_transactionality',
'test_abstract_rel_inheritance',
'test_filter_in',
'test_filter_contains',
'test_filter_startswith',
'test_datetime_auto_now_add',
'test_select_related',
'test_rel_query_direction',
'test_filter_array_member_in',
'test_large_query',
'test_zerovalued_lookup',
'test_datetimetz_constructor',
'test_datetimetz_prop',
'test_datetime_prop',
'test_custom_manager',
'test_other_library',
'test_rel_slicing',
'test_pre_init',
'test_post_init',
'test_pre_save',
'test_post_save',
'test_pre_delete',
'test_post_delete',
'test_in_bulk_not_found',
'test_none',
'test_relationship_none',
'test_relationship_count',
'test_relationship_filter',
'test_cleandb',
'test_object_index',
'test_array_use_strings',
'test_array_use_strings_value_escaping',
'test_relationship_create',
'test_relationship_delete',
'test_rel_cache',
'test_conflicting_rel_types',
'test_syncdb',
'test_model_pickling',
'touch_test_db',
'rm_test_db',
'test_spanning_lookup',
'test_order_by',
'test_count',
'test_aggregate_count',
'test_exists',
'test_aggregate_avg',
'test_aggregate_sum',
'test_aggregate_max_min',
'test_auth',
'test_auth_backend',
'test_modelform',
'test_query_type',
'test_complex_filters',
'test_inherited_indexed_filter',
'test_spanning_lookup',
'test_related_modelform',
'test_relationship_models',
'test_relationship_distinct',
'test_reverse',
'test_latest',
'test_filter_icontains',
'test_filter_istartswith',
'test_filter_iregex',
'test_filter_regex',
'test_filter_iendswith',
'test_filter_endswith',
'test_filter_year',
'test_filter_month',
'test_filter_day',
'test_filter_isnull',
'test_subborn_dict_restricts_keys',
'test_subborn_dict_allows_keys',
'test_uniqify',
'test_all_your_base',
'test_write_through',
'test_write_through_default',
'test_attrrouter_router_default',
'test_attrrouter_with_routed_attrs',
'test_attrrouter_gets_obj_attr',
'test_attrrouter_gets_routed',
'test_attrrouter_sets_obj_attr',
'test_attrrouter_sets_routed',
'test_attrrouter_dels_obj_attr',
'test_attrrouter_dels_routed',
'test_attrrouter_route_get',
'test_attrrouter_route_set',
'test_attrrouter_route_delete',
'test_attrrouter_unroute_get',
'test_attrrouter_unroute_set',
'test_attrrouter_unroute_delete',
'test_integration_router_is_node_model',
'test_integration_router_allow_relation_mismatch',
'test_integration_router_allow_relation_between_node_models',
'test_integration_router_allow_relation_between_django_models',
'test_load_client_fail_module_import',
'test_load_client_module_class_missing',
'test_load_client_not_correct_subclass',
'test_load_client',
'test_sliding_pair',
'test_assignable_list',
'test_enum_numerical_items',
'test_enum_explict_items',
'test_countdown',
'test_apply_to_buffer',
'test_apply_to_buffer_raises_stop_iteration',
'test_buffer_iterator',
'test_order_by_and_count',
'test_pk_shortcut',
'test_create_with_id',
'test_relationship_get_by_id',
'test_update',
'test_relationship_filter_many_to_many']
should_fail=[
'test_dates',
'test_relationship_model',
'test_nodemodel_independence',
'test_url_array_property_validator',
'test_type_query',
'test_model_casting_validation',
'test_array_use_strings',
'test_relationship_models',
'test_typenode_transactionality',
'test_autoproperty_transactionality',
'test_relationship_filter_many_to_many']