mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-09-15 14:49:55 +00:00
Fix copypasta in documentation
Signed-off-by: Gilles Peskine <[email protected]>
This commit is contained in:
@@ -23,13 +23,13 @@ class MbedtlsTestConfigChecks(unittest_config_checks.TestConfigChecks):
|
|||||||
]
|
]
|
||||||
|
|
||||||
def test_crypto_config_read(self) -> None:
|
def test_crypto_config_read(self) -> None:
|
||||||
"""Check that crypto_config.h is read in crypto."""
|
"""Check that crypto_config.h is read in mbedtls."""
|
||||||
self.bad_case('#error witness',
|
self.bad_case('#error witness',
|
||||||
None,
|
None,
|
||||||
error='witness')
|
error='witness')
|
||||||
|
|
||||||
def test_mbedtls_config_read(self) -> None:
|
def test_mbedtls_config_read(self) -> None:
|
||||||
"""Check that mbedtls_config.h is read in crypto."""
|
"""Check that mbedtls_config.h is read in mbedtls."""
|
||||||
self.bad_case(''
|
self.bad_case(''
|
||||||
'#error witness',
|
'#error witness',
|
||||||
error='witness')
|
error='witness')
|
||||||
|
|||||||
Reference in New Issue
Block a user