nosetests
- Create a file named xyz.py in the root directory
- Add the following code
import nose
nose.run()
- Add a break point in you test method (the test method you wish to debug)
- Start debugging
Topics: nosetests
- Create a file named xyz.py in the root directory
- Add the following code
import nose
nose.run()
- Add a break point in you test method (the test method you wish to debug)
- Start debugging