Running Unit tests in Python
Hi
I use IntelliJ 15 for programming in Python.
I would like to be able to see my unit tests tree and being able to run and debug them. At the moment i do not see this option.
Is there is anything I need to configure?
Thanks,
Boris
Please sign in to leave a comment.
Hello Boris,
You can Create/Run Confoguration for Python Unit test https://www.jetbrains.com/pycharm/help/run-debug-configuration-python-unit-test.html from the context menu (mose right click) of the unit test classes. Please check related web help topics:
https://www.jetbrains.com/pycharm/help/creating-run-debug-configuration-for-tests.html
https://www.jetbrains.com/pycharm/help/running-tests.html
Andrey, thank you for your answer. I already switched from IntelliJ to PyCharm and it works like a charm!