We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32610d7 commit ba4e5a8Copy full SHA for ba4e5a8
1 file changed
tests/system/test_pymysql_connection.py
@@ -143,8 +143,3 @@ def test_MCP_pymysql_connection() -> None:
143
curr_time = time[0]
144
assert type(curr_time) is datetime
145
connector.close()
146
-
147
148
-def test_broken_test_reports() -> None:
149
- """This test breaks but that's expected"""
150
- assert 1 == 2
0 commit comments