Changes between Version 12 and Version 13 of pyrunner
- Timestamp:
- 12/04/23 12:02:42 (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pyrunner
v12 v13 38 38 * call E.remove to remove the venv 39 39 40 The PythonVenv will run completely in its own venv. The zip file is installed with {{{pip}}} and thus respects all the setup including pip installing dependencies (which may be downloaded from the web). 40 41 41 42 === Running python unit tests