1
0
forked from VimPlug/jedi

heapy debugging in run.py

This commit is contained in:
David Halter
2013-02-07 10:18:19 +01:00
parent 0e41001dd6
commit 5be5d08441

View File

@@ -252,6 +252,9 @@ if test_files or thirdparty:
test_dir(completion_test_dir, thirdparty=True)
base.print_summary()
#from guppy import hpy
#hpy()
#print hpy().heap()
exit_code = 1 if base.tests_fail else 0
if sys.hexversion < 0x02060000 and base.tests_fail <= 9: