summaryrefslogtreecommitdiff
path: root/tests/unit/browser/test_qutescheme.py
AgeCommit message (Expand)Author
2021-03-23Fix remaining guiprocess tests on WindowsFlorian Bruhin
2021-03-23Fix lintFlorian Bruhin
2021-03-23Add test for qute://processFlorian Bruhin
2021-03-07Added utils/resources.py and changed calls to util.read_file*Lembrun
2021-01-26Separate utils.read_file and read_file_binaryFlorian Bruhin
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2020-11-03tests: Use three-argument form of monkeypatchFlorian Bruhin
2020-04-27tests: Use less data in qute://history benchmarkFlorian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-11-24Add some tests to test_quteschemeFlorian Bruhin
2019-11-24Reduce duplicate codeFlorian Bruhin
2019-10-21Fix testsuser202729
2019-09-13Add objects.debug_flagsFlorian Bruhin
2019-02-22Update copyright for 2019Jay Kamat
2018-10-25Further simplify caplog.messagesFlorian Bruhin
2018-10-24Use caplog.messagesFlorian Bruhin
2018-10-05Fix issues with PDF.js path changesFlorian Bruhin
2018-09-09Add missing tests for qute://pdfjsFlorian Bruhin
2018-09-09Fix lintFlorian Bruhin
2018-09-09Simplify and lock down PDF.js filename handlingFlorian Bruhin
2018-09-09Remove old backend patchingFlorian Bruhin
2018-09-09Move qute_pdfjs to qutescheme.pyFlorian Bruhin
2018-09-06Use a shared web_history fixtureFlorian Bruhin
2018-09-04Further clean up error handlingFlorian Bruhin
2018-09-04WIP: Properly signal scheme errorsFlorian Bruhin
2018-09-02Use config_stub.val instead of config_stub.set_obj in testsFlorian Bruhin
2018-09-02Rename history.exclude to completion.web_history.excludeFlorian Bruhin
2018-09-02Don't affect qute://history with history.excludeFlorian Bruhin
2018-09-01Add a history.exclude settingFlorian Bruhin
2018-02-05Update copyright yearsFlorian Bruhin
2017-12-15pylint: Re-enable bad-continuationFlorian Bruhin
2017-10-18Handle unknown filetypes with qute://helpFlorian Bruhin
2017-09-17Fix unit tests for end2end SQL changeFlorian Bruhin
2017-07-13Fix qute://history SQL bug.Ryan Roden-Corrent
2017-06-19Use a dict instead of named params for insert.Ryan Roden-Corrent
2017-06-19Remove history.Entry.Ryan Roden-Corrent
2017-06-19Assorted small fixes for sql code review.Ryan Roden-Corrent
2017-06-19Optimize qute://history for SQL backend.Ryan Roden-Corrent
2017-06-19Clean up sql implementation.Ryan Roden-Corrent
2017-06-19Fix qutescheme for new SQL backend.Ryan Roden-Corrent
2017-04-17Fix qute_history benchmark.Ryan Roden-Corrent
2017-03-16Send history item atime in milliseconds.Imran Sobir
2017-03-09Ensure qute:javascript throws QuteSchemeOSError on 404.Imran Sobir
2017-03-09Use OSError instead of IOError.Imran Sobir
2017-03-02Make a now fixture to hold time of test.Imran Sobir
2017-03-02Don't assume 'next' appears last.Imran Sobir
2017-02-28Fix pylint errors.Imran Sobir
2017-02-27Add qute:javascript to serve JS files.Imran Sobir
2017-02-27Load new history items from next item's time.Imran Sobir