keystone/keystone/tests/unit/assignment
Takashi Kajinami d9cd6b7347 Replace deprecated assertDictContainsSubset
The method is deprecated since Python 3.2[1] and shows the following
DeprecationWarning.

/usr/lib/python3.9/unittest/case.py:1134: DeprecationWarning:
assertDictContainsSubset is deprecated
  warnings.warn('assertDictContainsSubset is deprecated',

[1] https://docs.python.org/3/whatsnew/3.2.html#unittest

Closes-Bug: #1938103
Change-Id: I2372c6f1c748a5cb1c3fcf0566684f49bc5ef715
2021-09-01 08:13:48 +09:00
..
role_backends Implement resource options for roles and projects 2019-09-09 22:07:30 +00:00
__init__.py Split assignment backend tests 2016-03-04 15:24:45 -03:00
test_backends.py Replace deprecated assertDictContainsSubset 2021-09-01 08:13:48 +09:00
test_core.py Add immutable option for roles and projects 2019-09-10 00:03:16 -07:00