blazar/blazar/tests/db
Pierre Riteau b6eb8ee6be Fix default values provided as keyword arguments
When the default value of a keyword argument is a function call, the
function is only ever called once and the return value is reused for
subsequent calls. This causes issues in tests expecting that different
values will be generated by multiple calls to the same function.

Change-Id: If9bac733216dbfa4b7b62a9efd23e966fbe82053
2018-07-27 15:27:38 +01:00
..
migration Update pylint 2018-07-10 09:12:46 +00:00
sqlalchemy Fix default values provided as keyword arguments 2018-07-27 15:27:38 +01:00
__init__.py Migrate climate namespace to blazar 2017-03-02 09:36:14 +00:00
test_api.py Migrate climate namespace to blazar 2017-03-02 09:36:14 +00:00
test_utils.py Migrate climate namespace to blazar 2017-03-02 09:36:14 +00:00