Searched refs:TestError (Results 1 – 3 of 3) sorted by relevance
33 class TestError(Exception): class107 raise TestError('signing subprocess failed: %s' % e)
271 enum TestError { enum277 Err(anyhow!(TestError::Fail)).context("nested nested other error") in nested_nested_other_error()
230 except signals.TestError as e: