SWC2013TDD » History » Version 2
Chris Cannam, 2013-02-05 06:55 PM
1 | 1 | Chris Cannam | h1. Test-driven development outline |
---|---|---|---|
2 | 2 | Chris Cannam | |
3 | 2 | Chris Cannam | We assume that the "intro to Python" section has at least introduced how you would run a Python program and compare the output against an external source of "correct" results; also that the NumPy/audiofile section has shown how to suck in an entire (mono) audio file as a NumPy array. |
4 | 2 | Chris Cannam | |
5 | 2 | Chris Cannam | We'll refer first back to the "intro to Python" example, with the text file of dates and observations. |