Skip to content

Commit bd5147c

Browse files
Clarify the descriptions of test-case-data-related modules
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
1 parent 69feebd commit bd5147c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

scripts/mbedtls_dev/test_case.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Library for generating Mbed TLS test data.
1+
"""Library for constructing an Mbed TLS test case.
22
"""
33

44
# Copyright The Mbed TLS Contributors

scripts/mbedtls_dev/test_data_generation.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
"""Common test generation classes and main function.
1+
"""Common code for test data generation.
2+
3+
This module defines classes that are of general use to automatically
4+
generate .data files for unit tests, as well as a main function.
25
36
These are used both by generate_psa_tests.py and generate_bignum_tests.py.
47
"""

0 commit comments

Comments
 (0)