Files
slic/ci-reports/markdown/runtime_params.json
T

462 lines
9.5 KiB
JSON

[
{
"nodeid": "tests/test_io_utils.py::test_read_file",
"callspec": null
},
{
"nodeid": "tests/test_io_utils.py::test_write_file",
"callspec": null
},
{
"nodeid": "tests/test_io_utils.py::test_cause_io_error",
"callspec": null
},
{
"nodeid": "tests/test_io_utils.py::test_file_not_found",
"callspec": null
},
{
"nodeid": "tests/test_io_utils.py::test_permission_error",
"callspec": null
},
{
"nodeid": "tests/test_io_utils.py::test_mock_open_error",
"callspec": null
},
{
"nodeid": "tests/test_io_utils.py::test_file_handle_closed_error",
"callspec": null
},
{
"nodeid": "tests/test_io_utils.py::test_os_error",
"callspec": null
},
{
"nodeid": "tests/test_io_utils.py::test_write_file_readonly",
"callspec": null
},
{
"nodeid": "tests/test_io_utils.py::test_file_not_found_error",
"callspec": null
},
{
"nodeid": "tests/test_math_utils.py::test_broken",
"callspec": null
},
{
"nodeid": "tests/test_math_utils.py::test_call_missing_function",
"callspec": null
},
{
"nodeid": "tests/test_math_utils.py::test_addition_pass[2-2-4]",
"callspec": {
"id": "2-2-4",
"marks": [],
"params": {
"a": 2,
"b": 2,
"expected": 4
}
}
},
{
"nodeid": "tests/test_math_utils.py::test_addition_pass[1-5-6]",
"callspec": {
"id": "1-5-6",
"marks": [],
"params": {
"a": 1,
"b": 5,
"expected": 6
}
}
},
{
"nodeid": "tests/test_math_utils.py::test_addition_pass[3-4-7]",
"callspec": {
"id": "3-4-7",
"marks": [],
"params": {
"a": 3,
"b": 4,
"expected": 7
}
}
},
{
"nodeid": "tests/test_math_utils.py::test_addition_pass[3-5-8]",
"callspec": {
"id": "3-5-8",
"marks": [],
"params": {
"a": 3,
"b": 5,
"expected": 8
}
}
},
{
"nodeid": "tests/test_math_utils.py::test_addition_pass[3-6-9]",
"callspec": {
"id": "3-6-9",
"marks": [],
"params": {
"a": 3,
"b": 6,
"expected": 9
}
}
},
{
"nodeid": "tests/test_math_utils.py::test_addition_pass_id[a=2,b=2,expected=4]",
"callspec": {
"id": "a=2,b=2,expected=4",
"marks": [],
"params": {
"a": 2,
"b": 2,
"expected": 4
}
}
},
{
"nodeid": "tests/test_math_utils.py::test_addition_pass_id[a=1,b=5,expected=6]",
"callspec": {
"id": "a=1,b=5,expected=6",
"marks": [],
"params": {
"a": 1,
"b": 5,
"expected": 6
}
}
},
{
"nodeid": "tests/test_math_utils.py::test_addition_pass_id[a=3,b=4,expected=7]",
"callspec": {
"id": "a=3,b=4,expected=7",
"marks": [],
"params": {
"a": 3,
"b": 4,
"expected": 7
}
}
},
{
"nodeid": "tests/test_math_utils.py::test_addition_fail",
"callspec": null
},
{
"nodeid": "tests/test_math_utils.py::test_division_zero",
"callspec": null
},
{
"nodeid": "tests/test_math_utils.py::test_multiply_xfail",
"callspec": null
},
{
"nodeid": "tests/test_math_utils.py::test_runtime_error",
"callspec": null
},
{
"nodeid": "tests/test_math_utils.py::test_memory_error",
"callspec": null
},
{
"nodeid": "tests/test_math_utils.py::test_timeout_error",
"callspec": null
},
{
"nodeid": "tests/test_math_utils.py::test_recursion_error",
"callspec": null
},
{
"nodeid": "tests/test_math_utils.py::test_floating_point_error",
"callspec": null
},
{
"nodeid": "tests/test_math_utils.py::test_floating_point_overflow",
"callspec": null
},
{
"nodeid": "tests/test_math_utils.py::test_value_error",
"callspec": null
},
{
"nodeid": "tests/test_math_utils.py::test_wrong_argument_error",
"callspec": null
},
{
"nodeid": "tests/test_math_utils.py::test_unhandled_exception",
"callspec": null
},
{
"nodeid": "tests/test_math_utils.py::test_custom_error",
"callspec": null
},
{
"nodeid": "tests/test_math_utils.py::test_stop_iteration_direct",
"callspec": null
},
{
"nodeid": "tests/test_math_utils.py::test_generator_exit_direct",
"callspec": null
},
{
"nodeid": "tests/test_math_utils.py::test_malformed_code",
"callspec": null
},
{
"nodeid": "tests/test_math_utils.py::test_sys_exit",
"callspec": null
},
{
"nodeid": "tests/test_math_utils.py::test_broken_function",
"callspec": null
},
{
"nodeid": "tests/test_math_utils.py::test_import_error",
"callspec": null
},
{
"nodeid": "tests/test_math_utils.py::test_module_not_found_error",
"callspec": null
},
{
"nodeid": "tests/test_param.py::test_basic_ids[one]",
"callspec": {
"id": "one",
"marks": [],
"params": {
"x": 1
}
}
},
{
"nodeid": "tests/test_param.py::test_basic_ids[two]",
"callspec": {
"id": "two",
"marks": [],
"params": {
"x": 2
}
}
},
{
"nodeid": "tests/test_param.py::test_with_reason_and_marks[ten]",
"callspec": {
"id": "ten",
"marks": [],
"params": {
"x": 10
}
}
},
{
"nodeid": "tests/test_param.py::test_multiple_positional_args[1-2]",
"callspec": {
"id": "1-2",
"marks": [],
"params": {
"a": 1,
"b": 2
}
}
},
{
"nodeid": "tests/test_param.py::test_multiple_positional_args[3-4]",
"callspec": {
"id": "3-4",
"marks": [],
"params": {
"a": 3,
"b": 4
}
}
},
{
"nodeid": "tests/test_param.py::test_non_literal_with_id[custom-obj]",
"callspec": {
"id": "custom-obj",
"marks": [],
"params": "{'data': <object object at 0x7feadbb53960>}"
}
},
{
"nodeid": "tests/test_param.py::test_timedistance_v1[a0-b0-expected0]",
"callspec": {
"id": "a0-b0-expected0",
"marks": [],
"params": "{'a': datetime.datetime(2001, 12, 12, 0, 0), 'b': datetime.datetime(2001, 12, 11, 0, 0), 'expected': datetime.timedelta(days=1)}"
}
},
{
"nodeid": "tests/test_param.py::test_timedistance_v1[a1-b1-expected1]",
"callspec": {
"id": "a1-b1-expected1",
"marks": [],
"params": "{'a': datetime.datetime(2001, 12, 11, 0, 0), 'b': datetime.datetime(2001, 12, 12, 0, 0), 'expected': datetime.timedelta(days=-1)}"
}
},
{
"nodeid": "tests/test_param.py::test_dynamic[ten]",
"callspec": {
"id": "ten",
"marks": [],
"params": {
"val": 10
}
}
},
{
"nodeid": "tests/test_param.py::test_dynamic[twenty]",
"callspec": {
"id": "twenty",
"marks": [],
"params": {
"val": 20
}
}
},
{
"nodeid": "tests/test_param.py::test_dynamic[thirty]",
"callspec": {
"id": "thirty",
"marks": [],
"params": {
"val": 30
}
}
},
{
"nodeid": "tests/test_param.py::test_element_type[\\U0001f525]",
"callspec": {
"id": "\\U0001f525",
"marks": [],
"params": {
"element": "fire"
}
}
},
{
"nodeid": "tests/test_param.py::test_element_type[\\U0001f4a7]",
"callspec": {
"id": "\\U0001f4a7",
"marks": [],
"params": {
"element": "water"
}
}
},
{
"nodeid": "tests/test_param.py::test_element_type[\\U0001f30d]",
"callspec": {
"id": "\\U0001f30d",
"marks": [],
"params": {
"element": "earth"
}
}
},
{
"nodeid": "tests/test_param.py::test_combination[a-1]",
"callspec": {
"id": "a-1",
"marks": [],
"params": {
"y": "a",
"x": 1
}
}
},
{
"nodeid": "tests/test_param.py::test_combination[a-2]",
"callspec": {
"id": "a-2",
"marks": [],
"params": {
"y": "a",
"x": 2
}
}
},
{
"nodeid": "tests/test_param.py::test_combination[b-1]",
"callspec": {
"id": "b-1",
"marks": [],
"params": {
"y": "b",
"x": 1
}
}
},
{
"nodeid": "tests/test_param.py::test_combination[b-2]",
"callspec": {
"id": "b-2",
"marks": [],
"params": {
"y": "b",
"x": 2
}
}
},
{
"nodeid": "tests/test_param.py::test_indirect_fixture[1]",
"callspec": {
"id": "1",
"marks": [],
"params": {
"complex_setup": 1
}
}
},
{
"nodeid": "tests/test_param.py::test_indirect_fixture[2]",
"callspec": {
"id": "2",
"marks": [],
"params": {
"complex_setup": 2
}
}
},
{
"nodeid": "tests/test_param.py::test_addition",
"callspec": null
},
{
"nodeid": "tests/test_string_utils.py::test_uppercase_normal",
"callspec": null
},
{
"nodeid": "tests/test_string_utils.py::test_uppercase_type_error",
"callspec": null
},
{
"nodeid": "tests/test_string_utils.py::test_reverse_string",
"callspec": null
},
{
"nodeid": "tests/test_string_utils.py::test_warning_emit",
"callspec": null
},
{
"nodeid": "tests/test_string_utils.py::test_unicode_decode_error",
"callspec": null
},
{
"nodeid": "tests/test_string_utils.py::test_unicode_decode_surrogateescape",
"callspec": null
},
{
"nodeid": "tests/test_string_utils.py::test_import_warning",
"callspec": null
},
{
"nodeid": "tests/test_string_utils.py::test_xfail_uppercase_digits",
"callspec": null
}
]