qutebrowser/qutebrowser/test
Florian Bruhin 94f694bd77 Add an utils.newest_slice.
This takes an iterable and uses itertools.islice to get the n newest elements
from it.
2015-03-13 19:25:48 +01:00
..
browser Use unittest.mock.patch for tests. Closes #76. 2015-03-01 22:10:16 +01:00
config Adjust pylint exceptions. 2015-03-11 20:14:39 +01:00
keyinput Use unittest.mock.patch for tests. Closes #76. 2015-03-01 22:10:16 +01:00
misc Adjust pylint exceptions. 2015-03-11 20:14:39 +01:00
utils Add an utils.newest_slice. 2015-03-13 19:25:48 +01:00
__init__.py unittests: Set up logging properly. 2015-03-05 23:41:46 +01:00
helpers.py Fix lint. 2015-03-04 20:52:33 +01:00
log.py Avoid pylint duplicate-code warning. 2015-03-06 17:04:56 +01:00
stubs.py tests: Improve FakeTimer. 2015-03-01 21:30:22 +01:00
test_helpers.py tests: Adjust environ_set_temp to take a dict. 2015-02-20 08:34:24 +01:00
test_stubs.py tests: Improve FakeTimer. 2015-03-01 21:30:22 +01:00
testfile Add tests for utils.misc 2014-05-05 12:16:12 +02:00