Skip to content

0.1.2

Compare
Choose a tag to compare
@tcaiazzi tcaiazzi released this 11 Sep 11:55
· 69 commits to main since this release
4de1818

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!
  • 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.
  • 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