aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/simpleTests.py
diff options
context:
space:
mode:
authornyamatongwe <unknown>2010-01-31 07:20:04 +0000
committernyamatongwe <unknown>2010-01-31 07:20:04 +0000
commit67b92d27ebb6b45c4d6e257c98105b5fa848510b (patch)
treea184d5c9c3773c6d30ebb3b9d4b0ea725e4aefa7 /test/simpleTests.py
parent7a7f1f6c9c25925bcba49f862f29daee875456c4 (diff)
downloadscintilla-mirror-67b92d27ebb6b45c4d6e257c98105b5fa848510b.tar.gz
Better coverage display.
Diffstat (limited to 'test/simpleTests.py')
-rw-r--r--test/simpleTests.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/simpleTests.py b/test/simpleTests.py
index 2793361b2..0440b99ae 100644
--- a/test/simpleTests.py
+++ b/test/simpleTests.py
@@ -1150,4 +1150,7 @@ class TestAutoComplete(unittest.TestCase):
#~ nf = x + "\\" + n
#~ print os.access(nf, os.R_OK), nf
if __name__ == '__main__':
- XiteWin.main("simpleTests")
+ uu = XiteWin.main("simpleTests")
+ #~ for x in sorted(uu.keys()):
+ #~ print(x, uu[x])
+ #~ print()