qutebrowser/tests
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
..
helpers tests: Move fixtures into a separate file. 2016-02-04 07:27:23 +01:00
html Add tests/html/jsalert_multiline.html. 2015-08-27 22:13:40 +02:00
integration Forgot a possible race condition 2016-03-24 12:20:08 +01:00
unit Handle jinja's UndefinedError in jinja.render 2016-03-26 00:00:06 +01:00
conftest.py Remove skip marker as it's builtin in pytest now 2016-03-02 07:14:06 +01:00
test_conftest.py tests: Allow XPASS for test_installed_package 2016-03-02 08:09:04 +01:00