I have a file and it has bunch of methods starting with prefix \"test\". Now I want to run this file and it has a __name__ == \"__main__\" construct which sets
As to me, "If you right-click inside the 'if name == "main"' block" will not work.
For example if you want to run "dlib_fun_test.py", you should ‘Edit Configurations’ , remove it from "python tests", and then add it to the above "Python".
The below is my configure:
Or you can also run the script, in bash console by python just_test.py.