Move python_apps/airtime_analyzer/ to analyzer/
This commit is contained in:
parent
a7d06ad076
commit
2ef63e8c4e
39 changed files with 0 additions and 0 deletions
|
@ -1,8 +0,0 @@
|
|||
import pytest
|
||||
from airtime_analyzer.analyzer import Analyzer
|
||||
|
||||
|
||||
def test_analyze():
|
||||
with pytest.raises(NotImplementedError):
|
||||
abstract_analyzer = Analyzer()
|
||||
abstract_analyzer.analyze(u"foo", dict())
|
Loading…
Add table
Add a link
Reference in a new issue