Skip to content

Commit afd2098

Browse files
authored
Increase unittest verbosity to level 2
1 parent 303be91 commit afd2098

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_httplib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2592,4 +2592,4 @@ def test_connect_timeout_resets_state(self):
25922592

25932593

25942594
if __name__ == '__main__':
2595-
unittest.main()
2595+
unittest.main(verbosity=2)

0 commit comments

Comments
 (0)