We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59fe94a commit 306ee0eCopy full SHA for 306ee0e
1 file changed
.github/workflows/ci.yml
@@ -161,8 +161,17 @@ jobs:
161
run_case "early-plus-get-header-plus-json" \
162
test/test_get_header.py
163
164
- run_case "early-plus-issue-plus-json" \
165
- test/test_issue.py
+ run_case "early-plus-issue-first-half-plus-json" \
+ test/test_issue.py::test_param_empty \
166
+ test/test_issue.py::test_issue_2874 \
167
+ test/test_issue.py::test_issue_2906 \
168
+ test/test_issue.py::test_issue_3135
169
+
170
+ run_case "early-plus-issue-second-half-plus-json" \
171
+ test/test_issue.py::test_empty_list2 \
172
+ test/test_issue.py::test_empty_map \
173
+ test/test_issue.py::test_int8_type_sniffing \
174
+ test/test_issue.py::test_issue_483_numpy_ndarray_parameter
175
176
run_case "early-plus-iteration-plus-json" \
177
test/test_iteration.py
0 commit comments