irs/tests/test_all.py

7 lines
161 B
Python
Raw Normal View History

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