Lines Matching refs:def
15 def test_repr(self):
19 def test_length(self):
22 def test_self_equality(self):
25 def test_equivalent_equality(self):
28 def test_copy(self):
31 def test_self_union(self):
35 def test_empty_union(self):
39 def test_union_empty(self):
43 def test_self_intersection(self):
47 def test_empty_intersection(self):
51 def test_intersection_empty(self):
55 def test_self_symmetric_difference(self):
59 def checkempty_symmetric_difference(self):
63 def test_self_difference(self):
67 def test_empty_difference(self):
71 def test_empty_difference_rev(self):
75 def test_iteration(self):
79 def test_pickling(self):
88 def setUp(self):
99 def setUp(self):
107 def test_in(self):
110 def test_not_in(self):
116 def setUp(self):
124 def test_in(self):
127 def test_not_in(self):
133 def setUp(self):
143 def baditer():
147 def gooditer():
153 def test_instanceWithException(self):
156 def test_instancesWithoutException(self):
168 def test_constructor(self):
181 def setUp(self):
184 def test_eq(self): # SF bug 643115
187 def test_union_subset(self):
191 def test_union_superset(self):
195 def test_union_overlap(self):
199 def test_union_non_overlap(self):
203 def test_intersection_subset(self):
207 def test_intersection_superset(self):
211 def test_intersection_overlap(self):
215 def test_intersection_non_overlap(self):
219 def test_sym_difference_subset(self):
223 def test_sym_difference_superset(self):
227 def test_sym_difference_overlap(self):
231 def test_sym_difference_non_overlap(self):
235 def test_cmp(self):
248 def test_inplace_on_self(self):
264 def setUp(self):
267 def test_union_subset(self):
271 def test_union_superset(self):
275 def test_union_overlap(self):
279 def test_union_non_overlap(self):
283 def test_union_method_call(self):
287 def test_intersection_subset(self):
291 def test_intersection_superset(self):
295 def test_intersection_overlap(self):
299 def test_intersection_non_overlap(self):
303 def test_intersection_method_call(self):
307 def test_sym_difference_subset(self):
311 def test_sym_difference_superset(self):
315 def test_sym_difference_overlap(self):
319 def test_sym_difference_non_overlap(self):
323 def test_sym_difference_method_call(self):
327 def test_difference_subset(self):
331 def test_difference_superset(self):
335 def test_difference_overlap(self):
339 def test_difference_non_overlap(self):
343 def test_difference_method_call(self):
350 def setUp(self):
354 def test_add_present(self):
358 def test_add_absent(self):
362 def test_add_until_full(self):
371 def test_remove_present(self):
375 def test_remove_absent(self):
382 def test_remove_until_empty(self):
389 def test_discard_present(self):
393 def test_discard_absent(self):
397 def test_clear(self):
401 def test_pop(self):
409 def test_update_empty_tuple(self):
413 def test_update_unit_tuple_overlap(self):
417 def test_update_unit_tuple_non_overlap(self):
437 def test_issubset(self):
503 def test_eq_ne(self):
510 def test_ge_gt_le_lt(self):
521 def test_union_update_operator(self):
529 def test_union_update(self):
535 def test_union(self):
543 def test_intersection_update_operator(self):
551 def test_intersection_update(self):
559 def test_intersection(self):
567 def test_sym_difference_update_operator(self):
575 def test_sym_difference_update(self):
583 def test_sym_difference(self):
591 def test_difference_update_operator(self):
599 def test_difference_update(self):
607 def test_difference(self):
618 def setUp(self):
626 def setUp(self):
634 def setUp(self):
639 def test_ge_gt_le_lt(self):
646 def setUp(self):
654 def setUp(self):
662 def setUp(self):
663 def gen():
673 def setUp(self):
682 def test_copy(self):
691 def test_deep_copy(self):
698 def setUp(self):
704 def setUp(self):
710 def setUp(self):
713 def test_copy(self):
720 def setUp(self):
726 def setUp(self):
732 def setUp(self):
736 def test_binopsVsSubsets(self):
746 def test_commutativity(self):
754 def test_reflexsive_relations(self):
764 def test_summations(self):
775 def test_exclusion(self):
782 def test_cardinality_relations(self):
797 ... def _repr(self):
827 def test_main(verbose=None):