-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Der current development branch produces xunit style results.
Run the following commands
python -m venv .venv
source .venv/bin/activate
pip install --no-cache-dir -r requirements.txt
python -m xmlrunner test/testAllXUnit.py -o testreports
in PROJECT_HOME to get the results in testreports.
The lines above create a new virtual environment under .venv, active it, install the dependencies and run the unittests.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request