argos/tests
Alexis Métaireau 43e1767002 Refactor check config vlidation
- Refactored the `get_check_by_name` method to `get_registered_check` in the
  BaseCheck class and added a `get_registered_checks` method to get all the
  registered checks.
- Added a validation in the `WebsitePath` class to ensure that a check exists
  when parsing the configuration file.
- Updated the existing test for parsing SSL duration and added new tests to
  validate path parsing and check existence validation.
2023-10-10 10:04:46 +02:00
..
test_checks_base.py Working SSL checks, refactoring of the codebase. 2023-10-09 19:33:58 +02:00
test_schemas_config.py Refactor check config vlidation 2023-10-10 10:04:46 +02:00