From a45d86c2a48458120780b841cbf354cf020ae86a Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Tue, 23 Oct 2018 09:46:09 +0200 Subject: [PATCH] The sqlite3 test was not correct and depends if there is a RowFactory present --- test/completion/stdlib.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/completion/stdlib.py b/test/completion/stdlib.py index 4f88b0cb..b614e39d 100644 --- a/test/completion/stdlib.py +++ b/test/completion/stdlib.py @@ -167,10 +167,6 @@ import sqlite3 con = sqlite3.connect() #? sqlite3.Cursor() c = con.cursor() -#? sqlite3.Row() -row = c.fetchall()[0] -#? str() -row.keys()[0] def huhu(db): """