From b609b4ce55104c77a3f69366874a3e25e3061172 Mon Sep 17 00:00:00 2001 From: Eddy Pedroni Date: Thu, 3 Feb 2022 20:20:30 +0100 Subject: Added AB toggle button to MIDI interface --- solo_tool_cli_integrationtest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'solo_tool_cli_integrationtest.py') diff --git a/solo_tool_cli_integrationtest.py b/solo_tool_cli_integrationtest.py index 9134dcf..25ef131 100644 --- a/solo_tool_cli_integrationtest.py +++ b/solo_tool_cli_integrationtest.py @@ -27,7 +27,7 @@ def mockMidi(soloTool): @pytest.fixture def uut(soloTool, mockMidi): - return SoloToolCLI("test_session.json", soloToolOverride=soloTool, midiOverride=mockMidi) + return SoloToolCLI("test_session.json", soloToolOverride=soloTool, midiOverride=mockMidi, tickEnable=False) def test_songSelection(uut, soloTool, mockPlayer): expectedOutput = """\ @@ -56,7 +56,6 @@ Songs: uut.input("song") - assert buf.getvalue() == expectedOutput def test_connectMidi(uut, mockMidi): @@ -73,3 +72,4 @@ Connecting to MIDI device... assert mockMidi.connected assert buf.getvalue() == expectedOutput + -- cgit v1.2.3