コード例 #1
0
ファイル: test_read.py プロジェクト: marianpena/python-ctd
def test_uncompresed():
    cfile = _read_file(data_path.joinpath("XBT.EDF"))
    assert isinstance(cfile, StringIO)
コード例 #2
0
ファイル: test_read.py プロジェクト: marianpena/python-ctd
def test_bz2():
    cfile = _read_file(data_path.joinpath("XBT.EDF.bz2"))
    assert isinstance(cfile, StringIO)