Merge "Enforce properly indentation for json fixtures"
This commit is contained in:
commit
f7b74e0ada
@ -71,5 +71,4 @@ class TestCase(object):
|
|||||||
valid_yaml, indent=4, separators=(',', ': '), sort_keys=True)
|
valid_yaml, indent=4, separators=(',', ': '), sort_keys=True)
|
||||||
|
|
||||||
self.assertThat(pretty_json, testtools.matchers.DocTestMatches(
|
self.assertThat(pretty_json, testtools.matchers.DocTestMatches(
|
||||||
expected_json, doctest.ELLIPSIS | doctest.NORMALIZE_WHITESPACE |
|
expected_json, doctest.ELLIPSIS | doctest.REPORT_NDIFF))
|
||||||
doctest.REPORT_NDIFF))
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user