summaryrefslogtreecommitdiff
path: root/tests/try_execfile.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2014-11-14 10:05:35 -0500
committerNed Batchelder <ned@nedbatchelder.com>2014-11-14 10:05:35 -0500
commit95861aa3be82af5fcb700ce5ea94029db7b4b5c5 (patch)
tree2dec0571b9958ae642907dc8d0529e7bf8aa81c9 /tests/try_execfile.py
parent3435aacb82b1470d9a43aee858ee6db3ee866d56 (diff)
downloadpython-coveragepy-95861aa3be82af5fcb700ce5ea94029db7b4b5c5.tar.gz
Make the try_execfile output something that can be usefully diffed.
Diffstat (limited to 'tests/try_execfile.py')
-rw-r--r--tests/try_execfile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/try_execfile.py b/tests/try_execfile.py
index 1035dff..314ffae 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))