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

Appearance settings

Commit 402016f

Browse filesBrowse files
committed
Drop debug logging from times test
1 parent 8efd1d8 commit 402016f
Copy full SHA for 402016f

File tree

Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed

‎tests/test_MySQLdb_times.py

Copy file name to clipboardExpand all lines: tests/test_MySQLdb_times.py
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ def test_datetime_to_literal(self):
9393

9494
def test_datetimedelta_to_literal(self):
9595
d = datetime(2015, 12, 13, 1, 2, 3) - datetime(2015, 12, 13, 1, 2, 2)
96-
print(times.DateTimeDelta2literal(d, ''))
9796
assert times.DateTimeDelta2literal(d, '') == b"'0 0:0:1'"
9897

9998

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.