Update test_main.py

Added --ixml flag
This commit is contained in:
Jamie Hardt
2023-11-07 18:11:44 -08:00
committed by GitHub
parent 13fdb147b5
commit 069666e9f9

View File

@@ -26,7 +26,7 @@ class MainTest(unittest.TestCase):
def test_ixml(self): def test_ixml(self):
with patch.object(sys, 'argv', with patch.object(sys, 'argv',
['TEST', 'tests/test_files/sounddevices/A101_1.WAV']): ['TEST', '--ixml', 'tests/test_files/sounddevices/A101_1.WAV']):
try: try:
main() main()
except: except: