Stub CloudStorageAnalyzer tests
This commit is contained in:
parent
3f5b4faf1c
commit
1718868835
1 changed files with 12 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
|||
from nose.tools import *
|
||||
from airtime_analyzer.cloud_storage_uploader import CloudStorageUploader
|
||||
from airtime_analyzer.airtime_analyzer import AirtimeAnalyzerServer
|
||||
|
||||
def setup():
|
||||
pass
|
||||
|
||||
def teardown():
|
||||
pass
|
||||
|
||||
def test_analyze():
|
||||
cl = CloudStorageUploader()
|
Loading…
Add table
Add a link
Reference in a new issue