Fix test_quteprocess.py

This commit is contained in:
Florian Bruhin 2016-09-12 12:01:31 +02:00
parent 2388489038
commit d988f919d7

View File

@ -44,6 +44,7 @@ class FakeConfig:
ARGS = {
'--qute-delay': 0,
'--color': True,
'--verbose': False,
}
def getoption(self, name):