(backend)
| 53 | |
| 54 | |
| 55 | def test_skip_if_dsa_not_supported(backend): |
| 56 | with pytest.raises(pytest.skip.Exception): |
| 57 | _skip_if_dsa_not_supported(backend, DummyHashAlgorithm(), 1, 1, 1) |
| 58 | |
| 59 | |
| 60 | @pytest.mark.supported( |
nothing calls this directly
no test coverage detected