##// END OF EJS Templates
DeprecationWarning
Matthias Bussonnier -
Show More
@@ -413,7 +413,7 b' def test_pretty_environ():'
413 413 # reindent to align with 'environ' prefix
414 414 dict_indented = dict_repr.replace('\n', '\n' + (' ' * len('environ')))
415 415 env_repr = pretty.pretty(os.environ)
416 nt.assert_equals(env_repr, 'environ' + dict_indented)
416 nt.assert_equal(env_repr, 'environ' + dict_indented)
417 417
418 418
419 419 def test_function_pretty():
General Comments 0
You need to be logged in to leave comments. Login now