qutebrowser/tests/unit
Florian Bruhin 03fbacd93c requirements: Update vulture to 0.9
* Don't flag attributes as unused if they are used as global variables in
  another module.
* Don't consider "True" and "False" variable names.
* Abort with error message when invoked on .pyc files.

This means we can remove the whitelisted globals in run_vulture.py and
the associated xfailing test.

We also needed to adjust run_vulture.py slightly as the file attribute
got renamed to filename.
2016-06-29 23:44:39 +02:00
..
browser Break two long lines that were failing pylint. 2016-06-13 22:31:21 -04:00
commands Add unittests for partial command parsing 2016-06-06 16:18:49 +02:00
completion Clean up assertion 2016-05-08 20:01:35 +02:00
config Release v0.7.0 2016-06-10 15:18:56 +02:00
javascript tests: Default to raising=True for qtbot. 2016-01-08 09:49:06 +01:00
keyinput Revert "Handle counts for special keys." 2016-04-29 14:20:11 +02:00
mainwindow Split browser into browser/browser.webkit 2016-06-13 11:18:21 +02:00
misc Split browser into browser/browser.webkit 2016-06-13 11:18:21 +02:00
scripts requirements: Update vulture to 0.9 2016-06-29 23:44:39 +02:00
utils behaviour -> behavior for consistency 2016-06-09 17:30:14 +02:00
test_app.py Fix lint 2016-05-24 21:53:50 +02:00