qutebrowser/tests/integration
Florian Bruhin 40721a2b6b bdd: Wait until basic-auth page is fully loaded.
This hopefully fixes this flakyness in
test_successful_webpage_authentification:

    tests/integration/features/test_prompts.py:129:
    _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
    [...]
    tests/integration/features/conftest.py:381: in check_contents_json
	actual = json.loads(content)
    /usr/lib/python3.4/json/__init__.py:318: in loads
	return _default_decoder.decode(s)
    /usr/lib/python3.4/json/decoder.py:343: in decode
	obj, end = self.raw_decode(s, idx=_w(s, 0).end())
    _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

    [...]
    >           raise ValueError(errmsg("Expecting value", s, err.value)) from None
    E           ValueError: Expecting value: line 1 column 1 (char 0)
2016-01-15 06:51:48 +01:00
..
data bdd: Ignore POSITION_UNAVAILABLE for geolocation. 2016-01-14 20:40:46 +01:00
features bdd: Wait until basic-auth page is fully loaded. 2016-01-15 06:51:48 +01:00
conftest.py tests: Add an SSL server subprocess. 2016-01-12 22:48:38 +01:00
quteprocess.py bdd: Fix skipping tests from JS. 2016-01-14 20:32:17 +01:00
test_mhtml_e2e.py tests: Add an SSL server subprocess. 2016-01-12 22:48:38 +01:00
test_quteprocess.py bdd: Fix skipping tests from JS. 2016-01-14 20:32:17 +01:00
test_smoke.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
test_testprocess.py tests: Optionally skip a test when waiting for log. 2016-01-06 08:29:46 +01:00
test_webserver.py tests: Default to raising=True for qtbot. 2016-01-08 09:49:06 +01:00
testprocess.py bdd: Fix skipping tests from JS. 2016-01-14 20:32:17 +01:00
webserver_sub_ssl.py Fix lint. 2016-01-13 07:01:31 +01:00
webserver_sub.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
webserver.py bdd: Compare HTTP status to a whitelist. 2016-01-14 22:34:26 +01:00