From c2f80902e35e5e4f638d66d1a1996e1ba6dca642 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 14 Nov 2014 10:05:35 -0500 Subject: Make the try_execfile output something that can be usefully diffed. --- tests/try_execfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/try_execfile.py b/tests/try_execfile.py index 1035dff9..314ffae0 100644 --- a/tests/try_execfile.py +++ b/tests/try_execfile.py @@ -68,4 +68,4 @@ globals_to_check = { 'path': cleaned_sys_path, } -print(json.dumps(globals_to_check)) +print(json.dumps(globals_to_check, indent=4, sort_keys=True)) -- cgit v1.2.1