python-keystoneclient/keystoneclient/fixture
Dolph Mathews eb77abd77a Make __all__ immutable
Using a mutable type implies that it's acceptable for the set of
publicly-accessible attributes to be mutated at runtime, which defeats
their intended purpose of documenting the public interface. Tuples are
immutable.

Change-Id: Ib3ab93224ba240040b08ece481ef5ba620c3f658
2015-10-01 18:18:13 +00:00
..
__init__.py Make __all__ immutable 2015-10-01 18:18:13 +00:00
discovery.py Make __all__ immutable 2015-10-01 18:18:13 +00:00
exception.py Create a test token generator and use it 2014-04-03 11:20:33 +10:00
v2.py Switch from deprecated isotime 2015-06-30 12:58:55 -05:00
v3.py Use UUID values in v3 test fixtures 2015-07-25 09:51:42 +00:00