qutebrowser/tests/unit/misc
Ryan Roden-Corrent 56f3b3a027 Small review fixups for SQL implementation.
Respond to the low-hanging code review fruit:

- Clean up some comments
- Remove an acidentally added duplicate init_autosave
- Combine two test_history tests
- Move test_init cleanup into a fixture to ensure it gets called.
- Name the _ argument of bind(_) to _key
- Ensure index is valid for first_item/last_item
- Move SqlException to top of module
- Rename test_index to test_getitem
- Return QItemFlags.None instead of None
- Fix copyright dates (its 2017 now!)
- Use * to force some args to be keyword-only
- Make some returns explicit
- Add sql to LOGGER_NAMES
- Add a comment to explain the sql escape statement
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 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 Small review fixups for SQL implementation. 2017-06-19 07:44:11 -04:00
test_utilcmds.py Fix test_debug_trace 2017-06-05 20:17:39 +02:00