qutebrowser/tests/helpers
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
..
fixtures.py Small review fixups for SQL implementation. 2017-06-19 07:44:11 -04:00
logfail.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
messagemock.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
stubs.py Fix most tests/lint 2017-05-10 09:19:24 +02:00
test_helper_utils.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
test_logfail.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
test_stubs.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
utils.py Fix URL/renderer crash tests with Qt 5.9 2017-05-19 08:10:17 +02:00