qutebrowser/tests/unit/commands
Florian Bruhin 1fb34331e5 tests: Default to raising=True for qtbot.
- qtbot.waitSignal with raising=True is the default this way, so we remove the
  raising=True.
- qtbot.waitSignal with raising=False stay untouched
- Some qtbot.waitSignal without raising had one added (because we don't want it
  to raise)
- Some qtbot.waitSignal without raising actually should've raised, which they
  do now.
2016-01-08 09:49:06 +01:00
..
test_argparser.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
test_cmdutils.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
test_runners.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
test_userscripts.py tests: Default to raising=True for qtbot. 2016-01-08 09:49:06 +01:00