Skip to content

Commit 1e16e00

Browse files
collect_test_cases.py is now a separate module
Signed-off-by: Gilles Peskine <[email protected]>
1 parent f1e37ed commit 1e16e00

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

scripts/check_test_cases.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
#!/usr/bin/env python3
22

3-
"""Sanity checks for test data.
4-
5-
This program contains a class for traversing test cases that can be used
6-
independently of the checks.
7-
"""
3+
"""Sanity checks for test data."""
84

95
# Copyright The Mbed TLS Contributors
106
# SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later

0 commit comments

Comments
 (0)