コード例 #1
0
ファイル: test_hecwfs.py プロジェクト: CowanSM/glos_catalog
class GLCFSTest(unittest.TestCase):
	def setUp(self):
		self._hecwfs = HECWFSCollector()

	def test_download(self):
		self._hecwfs.download_isos()
		pass
コード例 #2
0
ファイル: test_hecwfs.py プロジェクト: CowanSM/glos_catalog
	def setUp(self):
		self._hecwfs = HECWFSCollector()