229 lines
4.7 KiB
JSON
229 lines
4.7 KiB
JSON
[
|
|
{
|
|
"nodeid": "tests/test_io_utils.py::test_read_file",
|
|
"params": {}
|
|
},
|
|
{
|
|
"nodeid": "tests/test_io_utils.py::test_write_file",
|
|
"params": {}
|
|
},
|
|
{
|
|
"nodeid": "tests/test_io_utils.py::test_cause_io_error",
|
|
"params": {}
|
|
},
|
|
{
|
|
"nodeid": "tests/test_io_utils.py::test_file_not_found",
|
|
"params": {}
|
|
},
|
|
{
|
|
"nodeid": "tests/test_io_utils.py::test_permission_error",
|
|
"params": {}
|
|
},
|
|
{
|
|
"nodeid": "tests/test_io_utils.py::test_mock_open_error",
|
|
"params": {}
|
|
},
|
|
{
|
|
"nodeid": "tests/test_io_utils.py::test_file_handle_closed_error",
|
|
"params": {}
|
|
},
|
|
{
|
|
"nodeid": "tests/test_io_utils.py::test_os_error",
|
|
"params": {}
|
|
},
|
|
{
|
|
"nodeid": "tests/test_io_utils.py::test_write_file_readonly",
|
|
"params": {}
|
|
},
|
|
{
|
|
"nodeid": "tests/test_io_utils.py::test_file_not_found_error",
|
|
"params": {}
|
|
},
|
|
{
|
|
"nodeid": "tests/test_math_utils.py::test_broken",
|
|
"params": {}
|
|
},
|
|
{
|
|
"nodeid": "tests/test_math_utils.py::test_call_missing_function",
|
|
"params": {}
|
|
},
|
|
{
|
|
"nodeid": "tests/test_math_utils.py::test_addition_pass[2-2-4]",
|
|
"params": {
|
|
"a": 2,
|
|
"b": 2,
|
|
"expected": 4
|
|
}
|
|
},
|
|
{
|
|
"nodeid": "tests/test_math_utils.py::test_addition_pass[1-5-6]",
|
|
"params": {
|
|
"a": 1,
|
|
"b": 5,
|
|
"expected": 6
|
|
}
|
|
},
|
|
{
|
|
"nodeid": "tests/test_math_utils.py::test_addition_pass[3-4-7]",
|
|
"params": {
|
|
"a": 3,
|
|
"b": 4,
|
|
"expected": 7
|
|
}
|
|
},
|
|
{
|
|
"nodeid": "tests/test_math_utils.py::test_addition_pass[3-5-8]",
|
|
"params": {
|
|
"a": 3,
|
|
"b": 5,
|
|
"expected": 8
|
|
}
|
|
},
|
|
{
|
|
"nodeid": "tests/test_math_utils.py::test_addition_pass[3-6-9]",
|
|
"params": {
|
|
"a": 3,
|
|
"b": 6,
|
|
"expected": 9
|
|
}
|
|
},
|
|
{
|
|
"nodeid": "tests/test_math_utils.py::test_addition_pass_id[a=2,b=2,expected=4]",
|
|
"params": {
|
|
"a": 2,
|
|
"b": 2,
|
|
"expected": 4
|
|
}
|
|
},
|
|
{
|
|
"nodeid": "tests/test_math_utils.py::test_addition_pass_id[a=1,b=5,expected=6]",
|
|
"params": {
|
|
"a": 1,
|
|
"b": 5,
|
|
"expected": 6
|
|
}
|
|
},
|
|
{
|
|
"nodeid": "tests/test_math_utils.py::test_addition_pass_id[a=3,b=4,expected=7]",
|
|
"params": {
|
|
"a": 3,
|
|
"b": 4,
|
|
"expected": 7
|
|
}
|
|
},
|
|
{
|
|
"nodeid": "tests/test_math_utils.py::test_addition_fail",
|
|
"params": {}
|
|
},
|
|
{
|
|
"nodeid": "tests/test_math_utils.py::test_division_zero",
|
|
"params": {}
|
|
},
|
|
{
|
|
"nodeid": "tests/test_math_utils.py::test_multiply_xfail",
|
|
"params": {}
|
|
},
|
|
{
|
|
"nodeid": "tests/test_math_utils.py::test_runtime_error",
|
|
"params": {}
|
|
},
|
|
{
|
|
"nodeid": "tests/test_math_utils.py::test_memory_error",
|
|
"params": {}
|
|
},
|
|
{
|
|
"nodeid": "tests/test_math_utils.py::test_timeout_error",
|
|
"params": {}
|
|
},
|
|
{
|
|
"nodeid": "tests/test_math_utils.py::test_recursion_error",
|
|
"params": {}
|
|
},
|
|
{
|
|
"nodeid": "tests/test_math_utils.py::test_floating_point_error",
|
|
"params": {}
|
|
},
|
|
{
|
|
"nodeid": "tests/test_math_utils.py::test_floating_point_overflow",
|
|
"params": {}
|
|
},
|
|
{
|
|
"nodeid": "tests/test_math_utils.py::test_value_error",
|
|
"params": {}
|
|
},
|
|
{
|
|
"nodeid": "tests/test_math_utils.py::test_wrong_argument_error",
|
|
"params": {}
|
|
},
|
|
{
|
|
"nodeid": "tests/test_math_utils.py::test_unhandled_exception",
|
|
"params": {}
|
|
},
|
|
{
|
|
"nodeid": "tests/test_math_utils.py::test_custom_error",
|
|
"params": {}
|
|
},
|
|
{
|
|
"nodeid": "tests/test_math_utils.py::test_stop_iteration_direct",
|
|
"params": {}
|
|
},
|
|
{
|
|
"nodeid": "tests/test_math_utils.py::test_generator_exit_direct",
|
|
"params": {}
|
|
},
|
|
{
|
|
"nodeid": "tests/test_math_utils.py::test_malformed_code",
|
|
"params": {}
|
|
},
|
|
{
|
|
"nodeid": "tests/test_math_utils.py::test_sys_exit",
|
|
"params": {}
|
|
},
|
|
{
|
|
"nodeid": "tests/test_math_utils.py::test_broken_function",
|
|
"params": {}
|
|
},
|
|
{
|
|
"nodeid": "tests/test_math_utils.py::test_import_error",
|
|
"params": {}
|
|
},
|
|
{
|
|
"nodeid": "tests/test_math_utils.py::test_module_not_found_error",
|
|
"params": {}
|
|
},
|
|
{
|
|
"nodeid": "tests/test_param.py::test_basic_ids[one]",
|
|
"params": {
|
|
"x": 1
|
|
}
|
|
},
|
|
{
|
|
"nodeid": "tests/test_param.py::test_basic_ids[two]",
|
|
"params": {
|
|
"x": 2
|
|
}
|
|
},
|
|
{
|
|
"nodeid": "tests/test_param.py::test_with_reason_and_marks[ten]",
|
|
"params": {
|
|
"x": 10
|
|
}
|
|
},
|
|
{
|
|
"nodeid": "tests/test_param.py::test_multiple_positional_args[1-2]",
|
|
"params": {
|
|
"a": 1,
|
|
"b": 2
|
|
}
|
|
},
|
|
{
|
|
"nodeid": "tests/test_param.py::test_multiple_positional_args[3-4]",
|
|
"params": {
|
|
"a": 3,
|
|
"b": 4
|
|
}
|
|
},
|
|
{
|
|
"nodeid": "tests/test_param.py::test_non_literal_with_id[custom-obj]",
|
|
"params": {
|
|
"data": |