Commit Graph

3 Commits (2dd22e3500213b6d40e77aef42775e67fc99a656)

Author SHA1 Message Date
Robert de Vries ac7f6fd844 Fix conditional execution of test_error_string.
The pytest.mark.skipif does not prevent evaluation of parameters
on the next line.
2026-04-16 23:28:22 +02:00
Robert de Vries 81a80a4958 Created a function to retrieve error strings for an error code.
This should address all review comments.
2026-04-15 16:11:26 +02:00
Robert de Vries 4813648e74 Add support for wcGetErrorString() including error codes.
It was already used, but not compiled in.
A unit test is added.

As wcGetErrorString() always returns a string the error handling
in class _Hmac  has been removed.
2026-04-12 22:10:36 +02:00