We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c251d7b commit 35c65deCopy full SHA for 35c65de
1 file changed
tests/system/test_pymysql_connection.py
@@ -144,6 +144,7 @@ def test_MCP_pymysql_connection() -> None:
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