unittest报错
想问一下大家这是哪里错了?
我看视频博主跟我一样为什么我的就不能运行
C:\Users\Sherl-W\anaconda3\envs\pythonProject\python.exe "C:/Program Files/JetBrains/PyCharm Community Edition 2021.1.3/plugins/python-ce/helpers/pycharm/_jb_unittest_runner.py" --target demo2
Testing started at 23:49 ...
Launching unittests with arguments python -m unittest demo2 in C:\Users\Sherl-W\PycharmProjects\pythonProject
进程已结束,退出代码0
C:\Users\Sherl-W\anaconda3\envs\pythonProject\lib\site-packages\selenium\webdriver\remote\remote_connection.py:418: DeprecationWarning: HTTPResponse.getheader() is deprecated and will be removed in urllib3 v2.1.0. Instead use HTTPResponse.headers.get(name, default).
if resp.getheader('Content-Type') is not None:
C:\Users\Sherl-W\anaconda3\envs\pythonProject\lib\site-packages\selenium\webdriver\remote\remote_connection.py:419: DeprecationWarning: HTTPResponse.getheader() is deprecated and will be removed in urllib3 v2.1.0. Instead use HTTPResponse.headers.get(name, default).
content_type = resp.getheader('Content-Type').split(';')