qutebrowser/tests
Lamar Pavel 4851a3d442 Replace isabs with exists in transform
In UserStyleSheet.transform os.path.isabs was replaced with os.path.exists, a
more fitting condition. Accordingly two test cases needed to include mocks for
os.path.exists and QUrl.fromLocalFile.
2015-05-27 15:39:58 +02:00
..
browser Use monkeypatch instead of mocker in some tests. 2015-05-18 23:32:01 +02:00
commands Add tests for CommandRunner/KeyConfigParser. 2015-04-13 07:54:24 +02:00
config Replace isabs with exists in transform 2015-05-27 15:39:58 +02:00
html Renamed test to tests as suggested by @The-Compiler 2015-04-05 12:23:04 -03:00
javascript Strip whitespace for position_caret tests. 2015-05-18 23:04:11 +02:00
keyinput pytest: Use common fixture for fake_keyconfig. 2015-05-19 07:46:56 +02:00
mainwindow/statusbar Add a new config_stub fixture. 2015-05-07 22:56:31 +02:00
misc tests: Rename Testable* classes. 2015-05-27 07:51:53 +02:00
utils Use monkeypatch instead of mocker in some tests. 2015-05-18 23:32:01 +02:00
conftest.py Add a new config_stub fixture. 2015-05-07 22:56:31 +02:00
log.py Renamed test to tests as suggested by @The-Compiler 2015-04-05 12:23:04 -03:00
stubs.py Add a new config_stub fixture. 2015-05-07 22:56:31 +02:00
test_stubs.py Fix lint. 2015-04-05 20:30:31 +02:00