Create test_zoom_f8.py

Stub test
This commit is contained in:
Jamie Hardt
2019-02-14 09:44:16 -08:00
parent ebc224d5d2
commit 185c810e7c

12
tests/test_zoom_f8.py Normal file
View File

@@ -0,0 +1,12 @@
import os.path
import sys
import json
import subprocess
from subprocess import PIPE
from unittest import TestCase
import wavinfo
class TestZoomF8(TestCase):
pass