Change the duplicate class name TestDictMatches in test_matches.py

There are two classes with the same name 'TestDictMatches' ,let's change one to
TestIsSubDictOf.

Change-Id: I1f1059054070228265bca74cb8aaad2c8d3f8812
This commit is contained in:
Shuangtai Tian
2013-09-11 13:57:04 +08:00
parent e784491f32
commit 49bd513551

View File

@@ -108,7 +108,7 @@ class TestDictListMatches(testtools.TestCase, helpers.TestMatchersInterface):
]
class TestDictMatches(testtools.TestCase, helpers.TestMatchersInterface):
class TestIsSubDictOf(testtools.TestCase, helpers.TestMatchersInterface):
matches_matcher = matchers.IsSubDictOf(
{'foo': 'bar', 'baz': 'DONTCARE',