When running single test in PyCharm (django), the IDE create new config with target
boo.bar.tests.TestClass.test_whatwver This will not run the test, as the class is considered to be a method
when running
boo.bar.tests:TestClass.test_whatwver (with colon between tests:TestClass test will be executed
is there a way telling PyCharm doing it by default?