commit | db37d0e29d6a7ff41e5c312e7ad1f904c0bc310e | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Tue Oct 22 20:13:06 2013 -0500 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Tue Oct 22 20:15:49 2013 -0500 |
tree | 8d2ba89bd84b3aa2986fea7c51405fed4d10b237 | |
parent | 6ce102ac57a283f881d76e2e926a389f8a05b19b [diff] [blame] |
the great api -> backend rename
diff --git a/tests/conftest.py b/tests/conftest.py index b526f2b..d2ba03d 100644 --- a/tests/conftest.py +++ b/tests/conftest.py
@@ -1,5 +1,5 @@ def pytest_generate_tests(metafunc): - from cryptography.bindings import _ALL_APIS + from cryptography.bindings import _ALL_BACKENDS - if "api" in metafunc.fixturenames: - metafunc.parametrize("api", _ALL_APIS) + if "backend" in metafunc.fixturenames: + metafunc.parametrize("backend", _ALL_BACKENDS)