()
| 6 | |
| 7 | |
| 8 | def test_import_legacy_oct_key(): |
| 9 | key1 = AuthlibOctKey.generate_key() |
| 10 | key2 = import_any_key(key1) |
| 11 | assert isinstance(key2, OctKey) |
| 12 | |
| 13 | |
| 14 | def test_import_from_json_str(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…