Changes between Version 16 and Version 17 of pyrunner
- Timestamp:
- 12/18/23 12:37:00 (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pyrunner
v16 v17 63 63 }}} 64 64 65 {{{#!td style="background: # fee"65 {{{#!td style="background: #eef" 66 66 When using a zipped python resource you can not use python unittest directly (using {{{python -m unittest discover}}}) because the pip install procedure will remove all the {{{__init__.py}}} files that are essential for discover. 67 67 }}}