Test/pp/fixtures
Add a few features to the test_pre_processing module in the sound_classification package's testing suite.
Fixtures are a good way to share test data among tests. I wrote a few fixtures that generate simple waveforms (sine, square and sawtooth). They can be used as input signals in the tests. There also fixture that create .wav files with these signals, for the tests that involve loading a file.