Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit61a85a1

Browse files
author
Paul Sokolovsky
committed
test.support: Test stats are now printed by TestRunner.run().
1 parent82386e8 commit61a85a1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

‎test.support/test/support.py‎

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ def run_unittest(*classes):
1313
suite.addTest(c)
1414
runner=unittest.TestRunner()
1515
result=runner.run(suite)
16-
msg="Ran %d tests"%result.testsRun
17-
ifresult.skippedNum>0:
18-
msg+=" (%d skipped)"%result.skippedNum
19-
print(msg)
2016

2117
defcan_symlink():
2218
returnFalse

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp