Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions readme.md → README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ Your project will be executed with following command:
pip install -e . && python3 setup.py pytest
```

When configuring your setup.cfg ensure that the junit `tests.xml` report generation is enabled.
These two options should be present:
```ini
addopts=--junitxml=tests.xml
junit_family=legacy
```

Check out our [setup.py](setup.py) and [setup.cfg](setup.cfg) files.

## Automatic assessment
Expand Down