Changes between Version 43 and Version 44 of pyrunner
- Timestamp:
- 09/04/24 16:43:12 (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pyrunner
v43 v44 102 102 {{{ 103 103 python -c "import pdb; from unitpy.Runner import runTests; from path.to.YOURTESTCLASS import YOURTESTCLASS; pdb.set_trace(); runTests(YOURTESTCLASS)" -m pdb 104 }}} .104 }}} 105 105 We recommend then to set a breakpoint using {{{b /ABSOLUTE/PATH/TO/YOURMODULE.py:LINENR}}} instead of debugging the entire runTest code. And then use 'c' to continue to the breakpoint. 106 106