qutebrowser/tests/config
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
..
test_config.py Don't use parametrization for deprecated keys. 2015-05-25 01:26:52 +02:00
test_configtypes.py Replace isabs with exists in transform 2015-05-27 15:39:58 +02:00