We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07fb113 commit c19b398Copy full SHA for c19b398
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