mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2026-01-02 09:50:41 +00:00
Create test_zoom_f8.py
Stub test
This commit is contained in:
12
tests/test_zoom_f8.py
Normal file
12
tests/test_zoom_f8.py
Normal 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
|
||||||
Reference in New Issue
Block a user