Jamo
- 活动总数 6
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
-
Jamo 创建了一个帖子, 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... -
-
Jamo 创建了一个帖子, 已回答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...