yoda icon indicating copy to clipboard operation
yoda copied to clipboard

test_mp3cutter fails due to missing resource

Open dremok opened this issue 5 years ago • 2 comments

Which test(s) are failing: test_mp3cutter

Since when has it been failing:

Testgrid link:

Reason for failure: The file test_cropped.mp3 is missing from yoda/resources/

Anything else we need to know:

/kind failing-test

dremok avatar Mar 16 '19 00:03 dremok

Hi @dremok, How are you running the test? That file is generated during the test and deleted later so this should not be a reason for test failure.

manparvesh avatar Mar 18 '19 07:03 manparvesh

@manparvesh Hi! I just run them like this: python -m unittest discover -s tests Also tried running from PyCharm with the same results.

dremok avatar Mar 18 '19 10:03 dremok