コード例 #1
0
ファイル: stations_tests.py プロジェクト: vlm/python-metar
 def test_getASOSData_string(self):
     station.getASOSData('KPDX', '2012-1-1', '2012-2-1')
     station.getASOSData('KPDX', '2012-1-1', '2012-2-1', filename='testfile.csv')
コード例 #2
0
ファイル: stations_tests.py プロジェクト: tdihp/python-metar
 def test_getASOSData_string(self):
     station.getASOSData('KPDX', '2012-1-1', '2012-2-1')
     station.getASOSData('KPDX',
                         '2012-1-1',
                         '2012-2-1',
                         filename='testfile.csv')
コード例 #3
0
ファイル: stations_tests.py プロジェクト: vlm/python-metar
 def test_getASOSData_station(self):
     station.getASOSData(self.sta, '2012-1-1', '2012-2-1')
     station.getASOSData(self.sta, '2012-1-1', '2012-2-1', filename='testfile.csv')
コード例 #4
0
ファイル: stations_tests.py プロジェクト: tdihp/python-metar
 def test_getASOSData_station(self):
     station.getASOSData(self.sta, '2012-1-1', '2012-2-1')
     station.getASOSData(self.sta,
                         '2012-1-1',
                         '2012-2-1',
                         filename='testfile.csv')