-
-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
Milestone
Description
Description of your problem
I am not sure how to get the unittest runner to stop at set breakpoints. This is probably simple user error. Please guide me?
Please keep up the good work.
What steps will reproduce the problem?
- Set a breakpoint in a unit test or code the unit test exercises.
- Click "Run Tests"
What is the expected output? What do you see instead?
The execution should stop at the set breakpoints. Similar to the behaviour of Ctrl+F5 when attempting to execute a script from the IDE.
Key versions and other information:
Apologies for the patchy information. I highly suspect this is not a bug and I am missing something on the UI or the docs.
- Spyder version: 3.3.2
- Version of spyder-unittest plugin:
- Installation method for Spyder and the unittest plugin: Anaconda
- Python version: 3.6
- Testing framework used: py.test
- Testing framework version:
- Operating system: Windows 8.1
ocroquette, grundew and PanderMusubi