不应该只会运行test_d这个函数嘛,,我去cmd中运行这个都正确,但是pycharm中运行会运行所有def函数
pytest -v xxxx.py::Test_xxxx::test_2_wrongPassword
这句不行的话在-v后面再加个-k试试