test_ifs_ingest.py 254 Bytes
Newer Older
Wei Shoulin's avatar
Wei Shoulin committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import unittest

from csst_dfs_api_local.ifs.ingest import ingest, ingesst_one

class IFSLevel0DataApiTestCase(unittest.TestCase):

    def setUp(self):
        pass

    def ingesst_one(self):
        ingesst_one()

    def ingest(self):
        ingest