File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 9393 ],
9494 "id_" : get_absolute_test_id (
9595 "unittest_pytest_same_file.py::TestExample" ,
96- os . fspath ( unit_pytest_same_file_path ) ,
96+ unit_pytest_same_file_path ,
9797 ),
9898 },
9999 {
205205 ],
206206 "id_" : get_absolute_test_id (
207207 "unittest_folder/test_add.py::TestAddFunction" ,
208- os . fspath ( test_add_path ) ,
208+ test_add_path ,
209209 ),
210210 },
211211 {
233233 ],
234234 "id_" : get_absolute_test_id (
235235 "unittest_folder/test_add.py::TestDuplicateFunction" ,
236- os . fspath ( test_add_path ) ,
236+ test_add_path ,
237237 ),
238238 },
239239 ],
286286 ],
287287 "id_" : get_absolute_test_id (
288288 "unittest_folder/test_subtract.py::TestSubtractFunction" ,
289- os . fspath ( test_subtract_path ) ,
289+ test_subtract_path ,
290290 ),
291291 },
292292 {
Original file line number Diff line number Diff line change @@ -764,7 +764,6 @@ def create_class_node(class_module: pytest.Class | DescribeBlock) -> TestNode:
764764 Keyword arguments:
765765 class_module -- the pytest object representing a class module.
766766 """
767-
768767 return {
769768 "name" : class_module .name ,
770769 "path" : get_node_path (class_module ),
You can’t perform that action at this time.
0 commit comments