polet82

- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
-
-
polet82 created a post, Can't run Temporary Run/Debug Configurations (Ctrl+Shift+F10) one method anymore
In PyCharm 129.19 Ctrl+Shift+F10 can't run only one test method. Here's what I do: from unittest import TestCase class TestMyApp(TestCase): def test_mytest1(self): ... def test_myte...