qutebrowser/tests/unit/misc
Ryan Roden-Corrent 784d9bb043 Remove code rendered dead by sql implementation.
Vulture exposed the following dead code:

- AppendLineParse was only used for reading the history text file, which is now
  a sql database (and the import code for the old text file is simpler and does
  not need a complex line parser)

- async_read_done is no longer used as importing the history text file is
  synchronous (and should only happen once)

- config._init_key_config is unused as it was moved to keyconf.init
2017-06-19 07:44:11 -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 Remove code rendered dead by sql implementation. 2017-06-19 07:44:11 -04: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 Fix long hang after importing history. 2017-06-19 07:44:11 -04:00
test_utilcmds.py Fix test_debug_trace 2017-06-05 20:17:39 +02:00