qutebrowser/tests/unit/browser/webkit
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
..
http Finally update copyrights... 2017-05-09 21:37:03 +02:00
network Merge commit '3d9729839d6d9b5ee5d38afdf6ddf410dfca2027' into abbradar/pac-fix 2017-05-19 08:36:39 +02:00
test_cache.py Also remove test for removed assertion 2017-05-16 12:56:25 +02:00
test_cookies.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
test_downloads.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
test_history.py Small review fixups for SQL implementation. 2017-06-19 07:44:11 -04:00
test_mhtml.py tests: Use match= for pytest.raises 2017-05-23 09:36:00 +02:00
test_qt_javascript.py Install PyQt from PyPI for pylint 2017-05-17 19:08:59 +02:00
test_tabhistory.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
test_webkitelem.py Revert "Initialize SQL for two failing tests." 2017-06-19 07:42:12 -04:00