-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest_output.txt
More file actions
22 lines (21 loc) · 2.58 KB
/
Copy pathtest_output.txt
File metadata and controls
22 lines (21 loc) · 2.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
============================= test session starts =============================
platform win32 -- Python 3.13.12, pytest-9.0.2, pluggy-1.6.0 -- C:\Users\prave\AppData\Local\Programs\Python\Python313\python.exe
cachedir: .pytest_cache
rootdir: C:\Users\prave\Desktop\BackendProject
plugins: anyio-4.12.1
collecting ... collected 25 items / 1 error
=================================== ERRORS ====================================
______________________ ERROR collecting test_output.txt _______________________
..\..\AppData\Local\Programs\Python\Python313\Lib\pathlib\_local.py:546: in read_text
return PathBase.read_text(self, encoding, errors, newline)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Local\Programs\Python\Python313\Lib\pathlib\_abc.py:633: in read_text
return f.read()
^^^^^^^^
<frozen codecs>:325: in decode
???
E UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte
=========================== short test summary info ===========================
ERROR test_output.txt - UnicodeDecodeError: 'utf-8' codec can't decode byte 0...
!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
============================== 1 error in 0.27s ===============================