Christian Joelly

- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Christian Joelly created a post, How can I perform memory profiling with PyCharm?
I am using PyCharm 2024.2.1 Pro, and with both cProfiler and yappi I can not do memory profiling afaiks. Do I need some additional plugins, and if so, which one(s)? -
Christian Joelly created a post, How can I configure pytest to be able to see log messages from logging package?
My app uses logging with various levels (WARN, INFO, DEBUG). And when running tests I want to see the log messages on the Run/Debug console.I read various posts on how to add “Additional arguments”...