mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2025-12-31 08:50:41 +00:00
Update test_main.py
Added --ixml flag
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user