refactor(analyzer): rename analyzer files

This commit is contained in:
jo 2022-01-17 20:35:21 +01:00 committed by Kyle Robbertze
parent 2a8da1e931
commit f6a52c8324
16 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
import pytest
from libretime_analyzer.analyzer import Analyzer
def test_analyze():
with pytest.raises(NotImplementedError):
abstract_analyzer = Analyzer()
abstract_analyzer.analyze(u"foo", dict())

View File