Break up long line

This commit is contained in:
Florian Bruhin 2017-09-17 16:33:37 +02:00
parent e4d05e3fec
commit 21a10fcb17

View File

@ -29,7 +29,8 @@ bdd.scenarios('history.feature')
@pytest.fixture(autouse=True)
def turn_on_sql_history(quteproc):
"""Make sure SQL writing is enabled for tests in this module."""
quteproc.send_cmd(":debug-pyeval objreg.get('args').debug_flags.remove('no-sql-history')")
quteproc.send_cmd(":debug-pyeval objreg.get('args')."
"debug_flags.remove('no-sql-history')")
quteproc.wait_for_load_finished_url('qute://pyeval')