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.
ExtraAssertions
InteractiveSession
1 parent 2cd00c4 commit 2f74e65Copy full SHA for 2f74e65
Lib/test/test_sqlite3/test_cli.py
@@ -62,7 +62,7 @@ def test_cli_on_disk_db(self):
62
self.assertIn("(0,)", out)
63
64
65
-class InteractiveSession(unittest.TestCase):
+class InteractiveSession(unittest.TestCase, ExtraAssertions):
66
MEMORY_DB_MSG = "Connected to a transient in-memory database"
67
PS1 = "sqlite> "
68
PS2 = "... "
0 commit comments