keystone/keystone/tests/unit/token
Brant Knudson 3de75f6ad9 De-duplicate fernet payload tests
There was a lot of copy-pasted code in the fernet payload tests.
Since all these tests are trying to assert the same thing (that the
disassembled data is the same as the assembled data) for different
payload types, the basic test should be in a function that can be
called for different payload types.

Change-Id: Ie7589e204ddd0266e51c54508528b7e5c9e1a850
2016-01-07 15:38:25 -06:00
..
__init__.py Move token persistence classes to token.persistence module 2014-07-24 16:03:50 -07:00
test_fernet_provider.py De-duplicate fernet payload tests 2016-01-07 15:38:25 -06:00
test_pki_provider.py Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +00:00
test_pkiz_provider.py Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +00:00
test_provider.py Fix fernet padding for python 3 2015-11-04 10:28:11 -06:00
test_token_data_helper.py Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +00:00
test_token_model.py Move federation extension into keystone core 2015-11-18 15:11:30 +00:00
test_uuid_provider.py Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +00:00