Skip to content

Commit c69838d

Browse files
committed
Add pytest
1 parent 442548f commit c69838d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ simplejson==3.16.0
66
eyed3==0.9.5
77
pydub==0.23.1
88
pyAudioAnalysis==0.2.5
9+
pytest>=5.4.2

tests/test_classification.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import pytest
22

3-
43
def test_classifications():
54
"""
65
"""
6+
# TODO
77
assert True

0 commit comments

Comments
 (0)