-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Labels
code healthIssues concerning overall code quality, safety and best practiceIssues concerning overall code quality, safety and best practicegood first issueGood for newcomersGood for newcomerssmallEffort labelEffort labeltestingTask related to testingTask related to testing
Description
We have a lot of end-to-end tests that depend on specific operations being supported by the providers. Many of the tests check if the operation is present for the current provider under test, and if it isn't, the test returns and ends successfully. I think we should add a log message before returning, something like Operation PsaSignHash is not supported by provider TpmProvider, skipping test.
(the test name isn't necessary since I think it is included in the log prefix). This way it's easier to see which tests were skipped if we need to investigate some logs.
Metadata
Metadata
Assignees
Labels
code healthIssues concerning overall code quality, safety and best practiceIssues concerning overall code quality, safety and best practicegood first issueGood for newcomersGood for newcomerssmallEffort labelEffort labeltestingTask related to testingTask related to testing