File tree 1 file changed +57
-1
lines changed
1 file changed +57
-1
lines changed Original file line number Diff line number Diff line change 28
28
test_argparse
29
29
test_array
30
30
test_asyncgen
31
+ test_binop
32
+ test_bisect
33
+ test_bool
31
34
test_bytes
32
- test_calendar
35
+ test_call
36
+ test_class
37
+ test_cmath
38
+ test_collections
33
39
test_complex
40
+ test_contains
41
+ test_copy
42
+ test_dataclasses
34
43
test_decimal
44
+ test_decorators
45
+ test_defaultdict
46
+ test_deque
47
+ test_dict
48
+ test_dictcomps
49
+ test_dictviews
35
50
test_dis
51
+ test_enumerate
52
+ test_exception_variations
53
+ test_exceptions
54
+ test_float
55
+ test_format
56
+ test_fractions
57
+ test_genericalias
58
+ test_genericclass
59
+ test_grammar
60
+ test_range
61
+ test_index
62
+ test_int
63
+ test_int_literal
64
+ test_isinstance
65
+ test_iter
66
+ test_iterlen
67
+ test_itertools
36
68
test_json
69
+ test_keyword
70
+ test_keywordonlyarg
37
71
test_list
38
72
test_long
73
+ test_longexp
74
+ test_math
75
+ test_operator
76
+ test_ordered_dict
77
+ test_pow
78
+ test_raise
79
+ test_richcmp
80
+ test_scope
39
81
test_set
82
+ test_slice
83
+ test_sort
84
+ test_string
85
+ test_string_literals
86
+ test_strtod
87
+ test_structseq
88
+ test_subclassinit
89
+ test_super
90
+ test_syntax
91
+ test_tuple
92
+ test_types
93
+ test_unary
40
94
test_unicode
95
+ test_unpack
41
96
test_weakref
97
+ test_yield_from
42
98
43
99
jobs :
44
100
rust_tests :
You can’t perform that action at this time.
0 commit comments