Changes between Version 16 and Version 17 of pyrunner
- Timestamp:
- Dec 18, 2023, 12:37:00 PM (18 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 }}}