qutebrowser/tests/unit/utils
Florian Bruhin 9edc5a665e Handle jinja's UndefinedError in jinja.render
We can get UndefinedError when a new function got added to the jinja
env (and gets called from a template) and the user did update the
on-disk templates but not restart qutebrowser yet.

In this case, let's show a special error page to the user and tell them
to do :report in the unlikely case it's actually a bug.

Fixes #1362.
See #1360.
2016-03-26 00:00:06 +01:00
..
usertypes flake8: Add flake8-putty plugin. 2016-01-22 17:33:58 +01:00
overflow_test_cases.py tests: Make test IDs predictable. 2016-01-25 22:15:31 +01:00
test_debug.py flake8: Add flake8-putty plugin. 2016-01-22 17:33:58 +01:00
test_error.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
test_jinja.py Handle jinja's UndefinedError in jinja.render 2016-03-26 00:00:06 +01:00
test_log.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
test_qtutils.py Rerun TestPyQIODevice.test_qprocess if needed. 2016-02-08 06:54:47 +01:00
test_standarddir.py Allow searching system-wide data path on Linux for userscripts 2016-03-24 13:22:00 -07:00
test_urlutils.py Adds test to reach 100% coverage on urlutils 2016-02-28 23:43:38 +01:00
test_utils.py Use json.dumps for logged fake clipboard. 2016-02-03 20:54:35 +01:00
test_version.py tests: fix tests for test_version 2016-02-05 15:16:23 +01:00