return result
-import os
-DOCTEST_ALIAS = {'wav_file': os.path.join(os.path.dirname(__file__),
- '../../tests/samples/sweep.mp3')}
+DOCTEST_ALIAS = {'wav_file':
+ 'https://github.com/yomguy/timeside-samples/raw/master/samples/sweep.mp3'}
if __name__ == "__main__":
# Define global variables for use with doctest
-import os
-DOCTEST_ALIAS = {'wav_file': os.path.join(os.path.dirname(__file__),
- '../../tests/samples/guitar.wav')}
+DOCTEST_ALIAS = {'wav_file':
+ 'https://github.com/yomguy/timeside-samples/raw/master/samples/guitar.wav'}
+
if __name__ == "__main__":
import doctest
# Define global variables for use with doctest
-import os
-DOCTEST_ALIAS = {'wav_file': os.path.join(os.path.dirname(__file__),
- '../../tests/samples/guitar.wav')}
+DOCTEST_ALIAS = {'wav_file':
+ 'https://github.com/yomguy/timeside-samples/raw/master/samples/guitar.wav'}
if __name__ == "__main__":
import doctest