Rather than have three methods which have to have the same interface, factor out a separate interface which is provided by three implementations. I find it easier to grok the code this way. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_event_signing.py | ||
| test_keyring.py | ||
Rather than have three methods which have to have the same interface, factor out a separate interface which is provided by three implementations. I find it easier to grok the code this way. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_event_signing.py | ||
| test_keyring.py | ||