qutebrowser/tests/integration
Florian Bruhin 021ea444a1 bdd: Fix separations between tests.
With this change, no test should affect another one anymore. Changes in detail:

- Before each test, invalid lines are cleaned so the invalid output from the
  previous test doesn't affect the next one.
- Before each test, qutebrowser is restarted if it was quit.
- After each test, the data is cleared properly in every case.
- If there was an invalid output, the test waits for 1s for more output, and
  then terminates qutebrowser so it's restarted with a clean state.
2015-11-09 07:43:48 +01:00
..
data Add some bdd tests for scrolling. 2015-11-03 22:42:25 +01:00
features bdd: Fix assert in "The requests should be" step. 2015-11-09 07:38:34 +01:00
conftest.py tests: Fix quteproc.after_test() fixture. 2015-11-09 07:40:25 +01:00
quteprocess.py bdd: Fix separations between tests. 2015-11-09 07:43:48 +01:00
test_quteprocess.py Ignore messages which are in qt_log_ignore. 2015-11-02 06:19:19 +01:00
test_smoke.py tests: First steps towards end-to-end tests. 2015-11-01 22:40:11 +01:00
test_testprocess.py Make testprocess test more stable. 2015-11-06 07:17:15 +01:00
test_webserver.py Use httpbin.Request namedtuple for comparisons. 2015-11-01 22:40:11 +01:00
testprocess.py bdd: Fix separations between tests. 2015-11-09 07:43:48 +01:00
webserver_sub.py Rename webserver.py to webserver_sub.py. 2015-09-18 20:08:31 +02:00
webserver.py Use httpbin.Request namedtuple for comparisons. 2015-11-01 22:40:11 +01:00