Jamo

- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Edited 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... -
Created Logging in test mode
AnsweredI 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...