Pieter
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 3
-
-
Pieter created a post, AnsweredDefault test runner not respected?
I have selected 'py.test' as my default test runner under Tools > Python Integrated Tools in the settings. When right-clicking a directory in the source tree, I expect to see an item to run all tes... -
Pieter created a post, AnsweredReusing docker-compose containers in PyCharm
For performance and other convenience reasons, I'd like to configure PyCharm to use a remote interpreter setup that works by keeping exactly one instance of docker-compose running in the background... -
-
Pieter created a post, AnsweredConfiguring the "run this test" feature
I noticed that PyCharm has a feature where you can right-click any test and run it with the 'Run: Test [name of the method]' menu option (Ctrl+Shift+F10). It doesn't appear to be hooking into the P...