This commit is contained in:
@@ -18,8 +18,8 @@ def test_namespace_pretty_repr_mixed_and_nested():
|
||||
|
||||
expected = """\
|
||||
detector: namespace(model='X-500')
|
||||
experiment: namespace(id=42, meta=namespace(author='Dr. X', approved=True))
|
||||
laser: namespace(power='5W', wavelength='1030nm', mode='CW')
|
||||
experiment: namespace(id=42, meta=namespace(approved=True, author='Dr. X'))
|
||||
laser: namespace(mode='CW', power='5W', wavelength='1030nm')
|
||||
stage: namespace()
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user