(backend)
| 97 | |
| 98 | |
| 99 | def test_skip_curve_unsupported(backend): |
| 100 | with pytest.raises(pytest.skip.Exception): |
| 101 | _skip_curve_unsupported(backend, DummyCurve()) |
| 102 | |
| 103 | |
| 104 | def test_skip_exchange_algorithm_unsupported(backend): |
nothing calls this directly
no test coverage detected