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 caf47bc commit e1ea159Copy full SHA for e1ea159
Lib/test/test_sqlite3/test_cli.py
@@ -124,7 +124,7 @@ def test_interact_empty_source(self):
124
self.assertEqual(out.count(self.PS2), 0)
125
126
def test_interact_dot_commands_unknown(self):
127
- out, err = self.run_cli(commands=(".unknown_command"))
+ out, err = self.run_cli(commands=(".unknown_command", ))
128
self.assertIn(self.MEMORY_DB_MSG, err)
129
self.assertEndsWith(out, self.PS1)
130
self.assertEqual(out.count(self.PS1), 2)
0 commit comments