We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3658820 commit 07fb113Copy full SHA for 07fb113
tests/system/test_pymysql_connection.py
@@ -143,3 +143,7 @@ def test_MCP_pymysql_connection() -> None:
143
curr_time = time[0]
144
assert type(curr_time) is datetime
145
connector.close()
146
+
147
+def test_broken_test_reports() -> None:
148
+ '''This test breaks but that's expected'''
149
+ assert 1 == 2
0 commit comments