collect_test_cases.py is now a separate module

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine
2024-10-08 20:49:48 +02:00
parent 9c9d9fa5b0
commit d63709d3db
+1 -5
View File
@@ -1,10 +1,6 @@
#!/usr/bin/env python3
"""Sanity checks for test data.
This program contains a class for traversing test cases that can be used
independently of the checks.
"""
"""Sanity checks for test data."""
# Copyright The Mbed TLS Contributors
# SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later