spliting metadata

This commit is contained in:
2023-07-28 10:35:29 +00:00
committed by Vladimir Hasko
parent 4541a4e276
commit af5ba00b11
225 changed files with 2430 additions and 2143 deletions

View File

@ -45,6 +45,11 @@ class TestOtcMetadata(TestCase):
srv["service_category"] in category,
f"Category {srv['service_category']} is present",
)
self.assertGreater(
len(self.data._service_data["service_categories"]),
1,
"More then 1 service category",
)
def test_doc_contains_required_data(self):
srv_types = dict()