mirror of
https://github.com/espressif/mbedtls.git
synced 2025-06-25 01:30:16 +08:00
Clarify the descriptions of test-case-data-related modules
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
69feebd178
commit
bd5147c1c0
@ -1,4 +1,4 @@
|
|||||||
"""Library for generating Mbed TLS test data.
|
"""Library for constructing an Mbed TLS test case.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# Copyright The Mbed TLS Contributors
|
# Copyright The Mbed TLS Contributors
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
"""Common test generation classes and main function.
|
"""Common code for test data generation.
|
||||||
|
|
||||||
|
This module defines classes that are of general use to automatically
|
||||||
|
generate .data files for unit tests, as well as a main function.
|
||||||
|
|
||||||
These are used both by generate_psa_tests.py and generate_bignum_tests.py.
|
These are used both by generate_psa_tests.py and generate_bignum_tests.py.
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user