irs/tests/test_all.py
2017-03-13 21:03:03 -07:00

7 lines
161 B
Python

from os import system, chdir
chdir("tests/")
system("python album.py")
system("python playlist.py")
system("python post_processors.py")
system("python song.py")