test_params.py 384 Bytes
Newer Older
BO ZHANG's avatar
BO ZHANG committed
1
2
3
4
5
6
7
8
9
10
"""
Identifier:     KSC-SJ4-tests/test_params.py
Name:           test_params.py
Description:    unit test for CSST parameters
Author:         Bo Zhang
Created:        2022-09-13
Modified-History:
    2022-09-13, Bo Zhang, created
    2022-09-13, Bo Zhang, fixed a bug
"""
BO ZHANG's avatar
BO ZHANG committed
11
12
13
14
15
16
import unittest


class TestParams(unittest.TestCase):
    def test_params(self):
        self.assertTrue(True)