0.1.2
Initial Beta Release
The first beta release of the kathara-lab-checker
tool includes the following key features and functionalities:
Features:
-
Automatic Exercise Validation:
- The tool can automatically validate and check Kathará lab exercises based on predefined solution files.
- It can check single or multiple labs at once.
- More details on the available checks and configuration instructions can be found in the README
- Supports JSON solution files for flexible configuration checks.
- No need to write code!
- The tool can automatically validate and check Kathará lab exercises based on predefined solution files.
-
Test Result Report Generation:
- Generates a detailed
.xlsx
report containing the following sheets:- Summary: Overview of test results.
- All: Comprehensive view of every test and its outcome.
- Failed: Focused report showing only failed tests.
- Generates a detailed
-
Detailed Error Explanations:
- Provides clear error messages and explanations to help users identify issues in their configurations.
-
PyPI Package:
- PyPI package easy to install and use
pip install kathara-lab-checker
Limitations
- Compatible with Python version
>=3.11