Jamo
- 活动总数 6
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
已编辑于 Running pycharm pytest with pluggy hooks
I have a command line tool that uses pluggy hooks and the setuptools `develop` enviornment. So in my virtual environment, I ran `python setup.py develop` and the hooks work as expected. If I run py... -
创建于 Logging in test mode
已回答I have a problem with generating log files while using the test runner and I can't wrap my head around it. Basically, if execute my test function with pytest, no log file is created. If I run the f...