mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-07-31 00:07:46 +00:00
Missing NotImplementedError in abstract method
Signed-off-by: Gilles Peskine <[email protected]>
This commit is contained in:
@@ -135,6 +135,7 @@ class Task:
|
||||
|
||||
def section_name(self) -> str:
|
||||
"""The section name to use in results."""
|
||||
raise NotImplementedError
|
||||
|
||||
def ignored_tests(self, test_suite: str) -> typing.Iterator[IgnoreEntry]:
|
||||
"""Generate the ignore list for the specified test suite."""
|
||||
|
||||
Reference in New Issue
Block a user