Stub CloudStorageAnalyzer tests

This commit is contained in:
Albert Santoni 2014-12-19 12:59:20 -05:00
parent 3f5b4faf1c
commit 1718868835

View file

@ -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()