mbedtls/tests
Yuto Takano fc1e9ffcb2 Use Abstract Base Classes to ensure Problem is not instantiated
- Problem() is a parent abstract class that should only be used for
  subclassing.
- With the help of ABC, implement abstract methods that force
  subclasses to implement quiet and verbose outputs.
- The repeated logic of "if self.quiet" is consolidated in Problem.

Signed-off-by: Yuto Takano <yuto.takano@arm.com>
2021-08-23 13:54:56 +01:00
..
.jenkins
configs Rename config.h to mbedtls_config.h 2021-06-28 09:28:33 +01:00
data_files
docker/bionic
git-scripts Update scripts to use check-names.py 2021-08-06 21:04:32 +01:00
include Adding new macro for tests failing 2021-07-09 14:27:04 +02:00
scripts Use Abstract Base Classes to ensure Problem is not instantiated 2021-08-23 13:54:56 +01:00
src Adding new macro for tests failing 2021-07-09 14:27:04 +02:00
suites Merge pull request #4806 from hanno-arm/ssl_session_serialization_version 2021-08-02 12:45:55 +02:00
.gitignore
CMakeLists.txt
compat-in-docker.sh
compat.sh Rename config.h to mbedtls_config.h 2021-06-28 09:28:33 +01:00
context-info.sh
Descriptions.txt
make-in-docker.sh
Makefile Error out if enumerating the generated data files fails 2021-07-13 18:36:05 +02:00
ssl-opt-in-docker.sh
ssl-opt.sh Merge pull request #4695 from yutotakano/fix-ssl-opt.sh-hard-abort 2021-08-04 10:16:19 +02:00