CI: update test report and coverage files
This commit is contained in:
+500
-355
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@@ -266,7 +266,7 @@
|
||||
"nodeid": "tests/test_param.py::test_non_literal_with_id[custom-obj]",
|
||||
"callspec": {
|
||||
"params": {
|
||||
"data": "<object object at 0x7f93b8f19960>"
|
||||
"data": "<object object at 0x7f87e814f960>"
|
||||
},
|
||||
"id": "custom-obj"
|
||||
}
|
||||
@@ -293,6 +293,36 @@
|
||||
"id": "a1-b1-expected1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"nodeid": "tests/test_param.py::test_sum_positive[one]",
|
||||
"callspec": {
|
||||
"params": {
|
||||
"x": 1,
|
||||
"y": 2
|
||||
},
|
||||
"id": "one"
|
||||
}
|
||||
},
|
||||
{
|
||||
"nodeid": "tests/test_param.py::test_sum_positive[two]",
|
||||
"callspec": {
|
||||
"params": {
|
||||
"x": 3,
|
||||
"y": 4
|
||||
},
|
||||
"id": "two"
|
||||
}
|
||||
},
|
||||
{
|
||||
"nodeid": "tests/test_param.py::test_sum_positive[edge]",
|
||||
"callspec": {
|
||||
"params": {
|
||||
"x": -1,
|
||||
"y": -1
|
||||
},
|
||||
"id": "edge"
|
||||
}
|
||||
},
|
||||
{
|
||||
"nodeid": "tests/test_param.py::test_dynamic[ten]",
|
||||
"callspec": {
|
||||
|
||||
Reference in New Issue
Block a user