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 4ed5815 commit 4c0b52cCopy full SHA for 4c0b52c
Lib/test/test_sqlite3/test_cli.py
@@ -193,7 +193,7 @@ def test_interact_on_disk_file(self):
193
194
def test_color(self):
195
with unittest.mock.patch("_colorize.can_colorize", return_value=True):
196
- out, err = self.run_cli(commands="\n")
+ out, err = self.run_cli(commands="TEXT\n")
197
self.assertIn("\x1b[1;35msqlite> \x1b[0m", out)
198
self.assertIn("\x1b[1;35m ... \x1b[0m\x1b", out)
199
out, err = self.run_cli(commands=("sel;",))
0 commit comments