8000 tests: remove duplicate test (#1057) · PyMySQL/PyMySQL@d174835 · GitHub
[go: up one dir, main page]

Skip to content

Commit d174835

Browse files
authored
tests: remove duplicate test (#1057)
1 parent 7f47ac0 commit d174835

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pymysql/tests/thirdparty/test_MySQLdb/test_MySQLdb_dbapi20.py

-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ def test_setoutputsize(self):
2323
def test_setoutputsize_basic(self):
2424
pass
2525

26-
def test_nextset(self):
27-
pass
28-
2926
"""The tests on fetchone and fetchall and rowcount bogusly
3027
test for an exception if the statement cannot return a
3128
result set. MySQL always returns a result set; it's just that

0 commit comments

Comments
 (0)
0