qutebrowser/tests
Ryan Roden-Corrent b70d5ba901 Use QSqlQueryModel instead of QSqlTableModel.
This allows setting the query as a QSqlQuery instead of a string, which allows:

- Escaping quotes
- Using LIMIT (needed for history-max-items)
- Using ORDER BY (needed for sorting history)
- SELECTing columns (needed for quickmark completion)
- Creating a custom select (needed for history timestamp formatting)
2017-06-19 07:42:12 -04:00
..
end2end Improve test_version output 2017-06-19 09:06:18 +02:00
helpers Get test_models mostly working again. 2017-06-19 07:42:12 -04:00
manual Replace all GitHub links 2017-02-05 00:13:11 +01:00
unit Use QSqlQueryModel instead of QSqlTableModel. 2017-06-19 07:42:12 -04:00
conftest.py Install PyQt from PyPI for pylint 2017-05-17 19:08:59 +02:00
test_conftest.py Finally update copyrights... 2017-05-09 21:37:03 +02:00