18
18
19
19
20
20
@given (numeric_arrays , numeric_arrays )
21
- def test___iadd___special_cases_two_args_either (arg1 , arg2 ):
21
+ def test_iadd_special_cases_two_args_either (arg1 , arg2 ):
22
22
"""
23
23
Special case test for `__iadd__(self, other, /)`:
24
24
@@ -32,7 +32,7 @@ def test___iadd___special_cases_two_args_either(arg1, arg2):
32
32
33
33
34
34
@given (numeric_arrays , numeric_arrays )
35
- def test___iadd___special_cases_two_args_equal__equal_1 (arg1 , arg2 ):
35
+ def test_iadd_special_cases_two_args_equal__equal_1 (arg1 , arg2 ):
36
36
"""
37
37
Special case test for `__iadd__(self, other, /)`:
38
38
@@ -46,7 +46,7 @@ def test___iadd___special_cases_two_args_equal__equal_1(arg1, arg2):
46
46
47
47
48
48
@given (numeric_arrays , numeric_arrays )
49
- def test___iadd___special_cases_two_args_equal__equal_2 (arg1 , arg2 ):
49
+ def test_iadd_special_cases_two_args_equal__equal_2 (arg1 , arg2 ):
50
50
"""
51
51
Special case test for `__iadd__(self, other, /)`:
52
52
@@ -60,7 +60,7 @@ def test___iadd___special_cases_two_args_equal__equal_2(arg1, arg2):
60
60
61
61
62
62
@given (numeric_arrays , numeric_arrays )
63
- def test___iadd___special_cases_two_args_equal__equal_3 (arg1 , arg2 ):
63
+ def test_iadd_special_cases_two_args_equal__equal_3 (arg1 , arg2 ):
64
64
"""
65
65
Special case test for `__iadd__(self, other, /)`:
66
66
@@ -74,7 +74,7 @@ def test___iadd___special_cases_two_args_equal__equal_3(arg1, arg2):
74
74
75
75
76
76
@given (numeric_arrays , numeric_arrays )
77
- def test___iadd___special_cases_two_args_equal__equal_4 (arg1 , arg2 ):
77
+ def test_iadd_special_cases_two_args_equal__equal_4 (arg1 , arg2 ):
78
78
"""
79
79
Special case test for `__iadd__(self, other, /)`:
80
80
@@ -88,7 +88,7 @@ def test___iadd___special_cases_two_args_equal__equal_4(arg1, arg2):
88
88
89
89
90
90
@given (numeric_arrays , numeric_arrays )
91
- def test___iadd___special_cases_two_args_equal__equal_5 (arg1 , arg2 ):
91
+ def test_iadd_special_cases_two_args_equal__equal_5 (arg1 , arg2 ):
92
92
"""
93
93
Special case test for `__iadd__(self, other, /)`:
94
94
@@ -102,7 +102,7 @@ def test___iadd___special_cases_two_args_equal__equal_5(arg1, arg2):
102
102
103
103
104
104
@given (numeric_arrays , numeric_arrays )
105
- def test___iadd___special_cases_two_args_equal__equal_6 (arg1 , arg2 ):
105
+ def test_iadd_special_cases_two_args_equal__equal_6 (arg1 , arg2 ):
106
106
"""
107
107
Special case test for `__iadd__(self, other, /)`:
108
108
@@ -116,7 +116,7 @@ def test___iadd___special_cases_two_args_equal__equal_6(arg1, arg2):
116
116
117
117
118
118
@given (numeric_arrays , numeric_arrays )
119
- def test___iadd___special_cases_two_args_equal__equal_7 (arg1 , arg2 ):
119
+ def test_iadd_special_cases_two_args_equal__equal_7 (arg1 , arg2 ):
120
120
"""
121
121
Special case test for `__iadd__(self, other, /)`:
122
122
@@ -130,7 +130,7 @@ def test___iadd___special_cases_two_args_equal__equal_7(arg1, arg2):
130
130
131
131
132
132
@given (numeric_arrays , numeric_arrays )
133
- def test___iadd___special_cases_two_args_equal__equal_8 (arg1 , arg2 ):
133
+ def test_iadd_special_cases_two_args_equal__equal_8 (arg1 , arg2 ):
134
134
"""
135
135
Special case test for `__iadd__(self, other, /)`:
136
136
@@ -144,7 +144,7 @@ def test___iadd___special_cases_two_args_equal__equal_8(arg1, arg2):
144
144
145
145
146
146
@given (numeric_arrays , numeric_arrays )
147
- def test___iadd___special_cases_two_args_equal__equal_9 (arg1 , arg2 ):
147
+ def test_iadd_special_cases_two_args_equal__equal_9 (arg1 , arg2 ):
148
148
"""
149
149
Special case test for `__iadd__(self, other, /)`:
150
150
@@ -158,7 +158,7 @@ def test___iadd___special_cases_two_args_equal__equal_9(arg1, arg2):
158
158
159
159
160
160
@given (numeric_arrays , numeric_arrays )
161
- def test___iadd___special_cases_two_args_equal__equal_10 (arg1 , arg2 ):
161
+ def test_iadd_special_cases_two_args_equal__equal_10 (arg1 , arg2 ):
162
162
"""
163
163
Special case test for `__iadd__(self, other, /)`:
164
164
@@ -172,7 +172,7 @@ def test___iadd___special_cases_two_args_equal__equal_10(arg1, arg2):
172
172
173
173
174
174
@given (numeric_arrays , numeric_arrays )
175
- def test___iadd___special_cases_two_args_equal__equal_11 (arg1 , arg2 ):
175
+ def test_iadd_special_cases_two_args_equal__equal_11 (arg1 , arg2 ):
176
176
"""
177
177
Special case test for `__iadd__(self, other, /)`:
178
178
@@ -186,7 +186,7 @@ def test___iadd___special_cases_two_args_equal__equal_11(arg1, arg2):
186
186
187
187
188
188
@given (numeric_arrays , numeric_arrays )
189
- def test___iadd___special_cases_two_args_equal__equal_12 (arg1 , arg2 ):
189
+ def test_iadd_special_cases_two_args_equal__equal_12 (arg1 , arg2 ):
190
190
"""
191
191
Special case test for `__iadd__(self, other, /)`:
192
192
@@ -200,7 +200,7 @@ def test___iadd___special_cases_two_args_equal__equal_12(arg1, arg2):
200
200
201
201
202
202
@given (numeric_arrays , numeric_arrays )
203
- def test___iadd___special_cases_two_args_equal__equal_13 (arg1 , arg2 ):
203
+ def test_iadd_special_cases_two_args_equal__equal_13 (arg1 , arg2 ):
204
204
"""
205
205
Special case test for `__iadd__(self, other, /)`:
206
206
@@ -214,7 +214,7 @@ def test___iadd___special_cases_two_args_equal__equal_13(arg1, arg2):
214
214
215
215
216
216
@given (numeric_arrays , numeric_arrays )
217
- def test___iadd___special_cases_two_args_either__equal (arg1 , arg2 ):
217
+ def test_iadd_special_cases_two_args_either__equal (arg1 , arg2 ):
218
218
"""
219
219
Special case test for `__iadd__(self, other, /)`:
220
220
@@ -228,7 +228,7 @@ def test___iadd___special_cases_two_args_either__equal(arg1, arg2):
228
228
229
229
230
230
@given (numeric_arrays , numeric_arrays )
231
- def test___iadd___special_cases_two_args_equal__either (arg1 , arg2 ):
231
+ def test_iadd_special_cases_two_args_equal__either (arg1 , arg2 ):
232
232
"""
233
233
Special case test for `__iadd__(self, other, /)`:
234
234
0 commit comments