This commit is contained in:
@@ -113,8 +113,8 @@ def test_printable_dict_of_dicts():
|
|||||||
expected = (
|
expected = (
|
||||||
"AnotherSection:\n"
|
"AnotherSection:\n"
|
||||||
"---------------\n"
|
"---------------\n"
|
||||||
"x: True\n"
|
|
||||||
"another_long_key: None\n"
|
"another_long_key: None\n"
|
||||||
|
"x: True\n"
|
||||||
"\n"
|
"\n"
|
||||||
"SectionOne:\n"
|
"SectionOne:\n"
|
||||||
"-----------\n"
|
"-----------\n"
|
||||||
@@ -140,7 +140,7 @@ def test_printable_dict_of_dicts():
|
|||||||
"C: SuperPrecisionValue\n"
|
"C: SuperPrecisionValue\n"
|
||||||
"D: Result Metadata\n"
|
"D: Result Metadata\n"
|
||||||
"# A B C D\n"
|
"# A B C D\n"
|
||||||
"-------------------------------------------------------------\n"
|
"--------------- ----- ---------- ----------------------------\n"
|
||||||
"0 X1 True 0.1234 {'meta': 'ok'}\n"
|
"0 X1 True 0.1234 {'meta': 'ok'}\n"
|
||||||
"1 AnotherSample False 98765.4321 {'meta': [1, 2, 3]}\n"
|
"1 AnotherSample False 98765.4321 {'meta': [1, 2, 3]}\n"
|
||||||
"2 Z None 0.0 {'meta': {'nested_key': 42}}\n"
|
"2 Z None 0.0 {'meta': {'nested_key': 42}}\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user