How to run all tests with one key? Follow
Hi,
Is there a way to setup pycharm to run all tests with one key? (say F5)
I find the switching betwen runing tests, normal django code, and debugging tiresome (I run tests many times a day).
Thanks,
Please sign in to leave a comment.
Hello Pedro,
You can run tests with two keys: Alt-Shift-F10 for the run configurations
popup and then a digit to select the configuration for tests.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Hi Dmitry,
Tanks for writing back. The thing is; the digit will/may be different for each project so we need to hit the first key combo, look for the number in the list, and them press the correct number. For those of us doing some sort of TDD, it's nice to be able to run the tests with one simple keycombo.