Alistair Coles 2f4b79233e Minor cleanup of repeated identical test assertions
assertDictContainsSubset is being called multiple times with
same arguments in a loop. Since assertDictContainsSubset is
deprecated form python 3.2, replace it with checks on
individual key, value pairs.

Change-Id: I7089487710147021f26bd77c36accf5751855d68
2015-12-15 15:49:42 +00:00
..
2015-05-28 16:05:57 -07:00