Launch configuration for django test for only current file
I have a launch configuration to launch django test. Is ther a way to define a --pattern input parameter for the test command that would limit the tests to the current file testcases? please excuse me if the solution is trivial I am not an experienced user
Comments