diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2023-04-27 21:08:30 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2023-05-05 12:27:20 -0400 |
commit | 45621fe96644e4e15b421ef665be841ab324564e (patch) | |
tree | d48fb4fb93b74013d5695eb591f27f13484c8f66 /tests/conftest.py | |
parent | 162213fa1a4551bd955134c97ca5276a5f29e907 (diff) |
Enhance PKey.from_path and test it better
Diffstat (limited to 'tests/conftest.py')
-rw-r--r-- | tests/conftest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/conftest.py b/tests/conftest.py index beef87c2..f3dc2d61 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -136,7 +136,7 @@ for datum in key_data: @pytest.fixture(scope="session", params=key_data, ids=lambda x: x[0]) -def key(request): +def keys(request): """ Yield an object for each known type of key, with attributes: |