unittest.TestLoader.errors

errors

A list of the non-fatal errors encountered while loading tests. Not reset by the loader at any point. Fatal errors are signalled by the relevant a method raising an exception to the caller. Non-fatal errors are also indicated by a synthetic test that will raise the original error when run.

New in version 3.5.

doc_python
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.