jamesbraza
Just a man eating spaghetti.
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
jamesbraza created a post, PyCharm + Python + unittest + coverage: using setup.cfg for config file
I enjoy using PyCharm and am learning how to use it's coverage run configuration. Per this article: Speed Up Coverage with Configuration File I see one can configure coverage using .coveragerc. My ... -
jamesbraza created a post, What is Python noinspection tag for code duplicate inspection
Hello PyCharm Forums, I am wondering, what is the `# noinspection XYZ` tag for duplicate code fragment inspections in Python? I can't find it documented anywhere. I've tried: `# noinspection Dupl... -
-
jamesbraza created a post, Enable Version Control Integration not present in VCS dropdown
I am trying to enable file coloring for VCS. My code's versioning is controlled via Git / GitHub. Within my PyCharm project, the option "VCS | Enable Version Control Integration" is not in my menu...