Changes between Version 49 and Version 50 of pyrunner
- Timestamp:
- 10/29/24 10:47:08 (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pyrunner
v49 v50 107 107 Either with or without glue code, you can use runTests directly, using {{{python -c "from unitpy.Runner import runTests; from path.to.YOURTESTCLASS import YOURTESTCLASS; runTests(YOURTESTCLASS)" }}}. 108 108 109 For debug use109 For debug, activate your venv and use 110 110 {{{ 111 111 python -c "import pdb; from unitpy.Runner import runTests; from path.to.YOURTESTCLASS import YOURTESTCLASS; pdb.set_trace(); runTests(YOURTESTCLASS)" -m pdb