代码改变世界

随笔档案-2021年02月

pytest用pycharm debug运行(RuntimeError: cannot release un-acquired lock)解决

2021-02-02 15:53 by AIF, 3390 阅读, 收藏,
摘要: 用pytest的debug模式运行一个测试脚本,出错 解决,在pycharm的启动设置中添加 GEVENT_SUPPORT=True, 如图: 阅读全文