Changeset ca0a821 for tests/python/examples
- Timestamp:
- Oct 8, 2009, 4:30:11 AM (15 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- ca55954
- Parents:
- 874ed55
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/python/examples/aubionotes.py
r874ed55 rca0a821 29 29 assert len(self.output) > 0 30 30 # that looks like this 31 output_lines = self.output.split('\n') 32 assert output_lines[0] == "Unable to open input file /dev/null." 33 #assert output_lines[1] == "Supported file format but file is malformed." 34 assert output_lines[2] == "Could not open input file /dev/null." 31 #output_lines = self.output.split('\n') 32 #for line in output_lines: 33 # print line 35 34 36 35 mode_names = ["yinfft", "yin", "fcomb", "mcomb", "schmitt"]
Note: See TracChangeset
for help on using the changeset viewer.