Skip to content

Remove extra test words from schema

Nikolai Kondrashov requested to merge remove_extra_test_words_from_schema into master

Support YAML schema without extra "test" words in the node names. Namely with "suite" instead of "testsuite" and "case_name" instead of "testcase_name". This allows us to switch the database to the new schema, after which the old schema can be removed from the code.

Also adds the KPET logo 🐶

Merge request reports