Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/i-al-istannen/ilias-tests
Test management CLI for the ILIAS e-learning platform
https://github.com/i-al-istannen/ilias-tests
Last synced: 1 day ago
JSON representation
Test management CLI for the ILIAS e-learning platform
- Host: GitHub
- URL: https://github.com/i-al-istannen/ilias-tests
- Owner: I-Al-Istannen
- Created: 2023-11-16T10:24:40.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-01-11T15:55:21.000Z (10 months ago)
- Last Synced: 2024-01-11T23:10:58.316Z (10 months ago)
- Language: Python
- Size: 68.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ilias-tests
Managing tests on ILIAS is a bit cumbersome as import/export does not work
reliably, and some actions need to be manually executed for every test file.
This does not scale extremely well to a course with many tests :)This repositories offers a CLI tool that interfaces with ILIAS to automate
parts of this process. It is based on the ilias comprehension of
[PFERD](https://github.com/Garmelon/PFERD).## Running ilias-tests
This project includes a `pyproject.toml`. You can install it using
```
pip install git+https://github.com/I-Al-Istannen/ilias-tests@master
```
and then execute `ilias-tests --help` to view the usage.