6 Commits

Author SHA1 Message Date
Sergio Cazzolato
910adcaf6c Removed err from except as suggested 2021-05-28 13:14:57 -03:00
Sergio Cazzolato
2a0fb80b73 Fix wording and parameters for the format checker 2021-05-28 09:30:37 -03:00
Sergio Cazzolato
723d0f6bae Remove not needed check for directory 2021-05-27 13:26:18 -03:00
Sergio Cazzolato
a7f0db7e69 Updated tests checker 2021-05-27 13:22:25 -03:00
Sergio Cazzolato
e914b72ff5 Adding checks to unit tests section on run-checks 2021-04-16 09:40:51 -03:00
Sergio Cazzolato
b53458f83e New tools to check tests layout and mandatory keys
The idea is to check the order following:
SUPPORTED_KEYS = [
    'summary',
    'details',
    'backends',
    'systems',
    'manual',
    'priority',
    'warn-timeout',
    'kill-timeout',
    'environment',
    'prepare',
    'restore',
    'debug',
    'execute'
    ]
and that the mandatory keys are included in the test:
MANDATORY_KEYS = [
    'summary',
    'execute'
]
2021-04-15 23:51:40 -03:00