qutebrowser/tests/unit/misc
Ryan Roden-Corrent f43f78c40f Implement SQL interface.
When qutebrowser starts, it creates an in-memory sqlite database. One
can instantiate a SqlTable to create a new table in the database. The
object provides an interface to query and modify the table.

This intended to serve as the base class for the quickmark, bookmark,
and history manager objects in objreg. Instead of reading their data
into an in-memory dict, they will read into an in-memory sql table.

Eventually the completion models for history, bookmarks, and quickmarks
can be replaced with SqlQuery models for faster creation and filtering.

See #1765.
2017-06-19 07:42:12 -04:00
..
test_autoupdate.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
test_checkpyver.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
test_cmdhistory.py tests: Use match= for pytest.raises 2017-05-23 09:36:00 +02:00
test_crashdialog.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
test_earlyinit.py Fix earlyinit.qt_version issues 2017-06-19 09:42:49 +02:00
test_editor.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
test_guiprocess.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
test_ipc.py tests: Use match= for pytest.raises 2017-05-23 09:36:00 +02:00
test_keyhints.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
test_lineparser.py tests: Use match= for pytest.raises 2017-05-23 09:36:00 +02:00
test_miscwidgets.py Fix most tests/lint 2017-05-10 09:19:24 +02:00
test_msgbox.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
test_pastebin.py Send crash reports to private pastebin 2017-05-29 09:20:10 +02:00
test_readline.py tests: Use pytest.param 2017-05-23 08:08:46 +02:00
test_sessions.py tests: Use match= for pytest.raises 2017-05-23 09:36:00 +02:00
test_split_hypothesis.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
test_split.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
test_sql.py Implement SQL interface. 2017-06-19 07:42:12 -04:00
test_utilcmds.py Fix test_debug_trace 2017-06-05 20:17:39 +02:00