| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't try to load backends if the test doesn't need it | Alex Gaynor | 2015-07-12 | 1 | -3/+3 |
* | Fixed #1689 -- correctly handle code with multiple requires_backend_itnerface | Alex Gaynor | 2015-07-01 | 1 | -3/+5 |
* | Hoist this logic out of the loop, since it's used after the end of the loop | Alex Gaynor | 2014-12-18 | 1 | -4/+4 |
* | Update the license header for every source file, as well as the documentation. | Alex Gaynor | 2014-11-16 | 1 | -12/+3 |
* | fix coverage for backend parametrization | Paul Kehrer | 2014-10-25 | 1 | -10/+5 |
* | move skip_if_empty to separate function for test coverage | Paul Kehrer | 2014-10-25 | 1 | -11/+6 |
* | add comment explaining some weirdness | Paul Kehrer | 2014-10-24 | 1 | -0/+2 |
* | reorganize try block for test generation | Paul Kehrer | 2014-10-24 | 1 | -3/+4 |
* | filter backends during initial generation to elide tests entirely | Paul Kehrer | 2014-10-24 | 1 | -12/+21 |
* | public API only | Alex Gaynor | 2014-10-23 | 1 | -1/+1 |
* | flatten line | Alex Gaynor | 2014-10-23 | 1 | -4/+1 |
* | Fix to handle multiple instances of @pytest.mark_requires_backend_interface | Alex Gaynor | 2014-10-23 | 1 | -6/+9 |
* | Change how we represented that a test requires a backend. | Alex Gaynor | 2014-10-23 | 1 | -22/+13 |
* | fixes | Alex Gaynor | 2014-09-08 | 1 | -1/+3 |
* | ECDSA backend | Alex Stapleton | 2014-06-07 | 1 | -7/+4 |
* | Add pkcs8_serialization mark | Alex Stapleton | 2014-05-27 | 1 | -1/+7 |
* | Rename OpenSSLSerializationBackend | Alex Stapleton | 2014-04-25 | 1 | -1/+6 |
* | Fix pep8 errors | Ayrx | 2014-04-22 | 1 | -1/+1 |
* | Added CMAC tests | Ayrx | 2014-04-22 | 1 | -3/+3 |
* | Add DSABackend | Mohammed Attia | 2014-04-04 | 1 | -1/+3 |
* | import order fixes for future automated checking | Paul Kehrer | 2014-03-19 | 1 | -2/+2 |
* | s/available_backends/_available_backends/ | Alex Stapleton | 2014-03-16 | 1 | -2/+2 |
* | Fix circular imports with available_backends() | Alex Stapleton | 2014-03-16 | 1 | -2/+2 |
* | Added future imports and licenses that are missing | Alex Gaynor | 2014-03-08 | 1 | -0/+15 |
* | pytest marks for RSA | Paul Kehrer | 2014-02-08 | 1 | -1/+2 |
* | okay this time really finish the rename. Up example iterations to 100k | Paul Kehrer | 2014-01-28 | 1 | -2/+2 |
* | PBKDF2 support for OpenSSL backend | Paul Kehrer | 2014-01-28 | 1 | -1/+2 |
* | revert fixture decorator for now, switch to append. no more globals | Paul Kehrer | 2014-01-19 | 1 | -11/+3 |
* | modify backend selection to allow multiple backends via comma delimiter | Paul Kehrer | 2014-01-18 | 1 | -6/+6 |
* | better name for the variable | Paul Kehrer | 2014-01-14 | 1 | -5/+4 |
* | don't mutate _ALL_BACKENDS | Paul Kehrer | 2014-01-14 | 1 | -2/+9 |
* | support --backend as a pytest flag to limit to one backend for testing | Paul Kehrer | 2014-01-13 | 1 | -1/+13 |
* | Use pytest.fixture for backends | Alex Stapleton | 2014-01-11 | 1 | -5/+4 |
* | rename the method to be less horribly named | Paul Kehrer | 2013-12-26 | 1 | -2/+2 |
* | add mark that allows us to do skip tests on backends via decorators | Paul Kehrer | 2013-12-26 | 1 | -1/+2 |
* | Move stuff around and coverage | Alex Gaynor | 2013-12-24 | 1 | -4/+4 |
* | add test marks for various backend functionality | Paul Kehrer | 2013-12-24 | 1 | -0/+16 |
* | Renamed bindings to backends | Alex Gaynor | 2013-12-13 | 1 | -1/+1 |
* | Move the bindings into the hazmat module | Donald Stufft | 2013-10-28 | 1 | -1/+1 |
* | the great api -> backend rename | Paul Kehrer | 2013-10-22 | 1 | -3/+3 |
* | Consolidate this list | Alex Gaynor | 2013-10-16 | 1 | -2/+2 |
* | Explicitly pass around the API, and run all tests under all available APIs | Alex Gaynor | 2013-10-03 | 1 | -0/+5 |