Skip to content

Commit 0d8e1f6

Browse files
committed
exclude dump_package from coverage - debug only
1 parent 5db6913 commit 0d8e1f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymysql/connections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def _makefile(sock, mode):
107107
MAX_PACKET_LEN = 2**24-1
108108

109109

110-
def dump_packet(data):
110+
def dump_packet(data): # pragma: no cover
111111
def is_ascii(data):
112112
if 65 <= byte2int(data) <= 122:
113113
if isinstance(data, int):

0 commit comments

Comments
 (0)