Commit 13f82970 authored by Yan Zhaojun's avatar Yan Zhaojun
Browse files

test

parent ad91bcf4
Pipeline #4003 passed with stage
in 0 seconds
...@@ -16,7 +16,7 @@ with open("requirements.txt", "r") as f: ...@@ -16,7 +16,7 @@ with open("requirements.txt", "r") as f:
setuptools.setup( setuptools.setup(
name='csst_mci_sim', name='csst_mci_sim',
# Internal_Version = '0.7.02', # Internal_Version = '0.7.02',
version='1.0.0', version='2.0.0',
author='CSST Team', author='CSST Team',
author_email='zhaojunyan@shao.ac.cn', author_email='zhaojunyan@shao.ac.cn',
description='The CSST - mci - sim', # short description description='The CSST - mci - sim', # short description
......
...@@ -17,6 +17,7 @@ import sys ...@@ -17,6 +17,7 @@ import sys
class TestDemoFunction(unittest.TestCase): class TestDemoFunction(unittest.TestCase):
def test_mci_sim_1(self): def test_mci_sim_1(self):
""" """
Aim Aim
--- ---
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment