Bernt Brenna
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Bernt Brenna created a post, Have problem creating class diagram
I have a problem getting the diagram feature to work as expected.Imagine a project with the following classes: class Base(object): pass class SubClass1(Base): pass class SubClass2(Base): pass I ri... -
Bernt Brenna commented, -
Bernt Brenna created a post, How to troubleshoot disabled plugin in PyCharm?
Using IDEA community edition, I create a simple test plugin and a zip package for the plugin The plugin works as expected when running it in IDEA community edition I then try to install it into Py... -
-
Bernt Brenna commented, -
-
-
-
Bernt Brenna created a post, Is it possible to create a run/debug configuration for a number of unittest files?
It is possible to create a configuration that for instance executes unittests in testa.py, testb.py and testc.py?(I'm just getting started with PyCharm. I like it a lot so far.)