Commit 681eda39 authored by Yan Zhaojun's avatar Yan Zhaojun
Browse files

test

parent 33ff81af
Pipeline #3998 passed with stage
in 0 seconds
""" """
Identifier: ifs_sim/tests/test_ifs_sim.py Identifier: mci_sim/tests/test_mci_sim.py
Name: test_ifs_sim.py Name: test_mci_sim.py
Description: Test ifs sim. Description: Test mci sim.
Author: Zhaojun Yan Author: Zhaojun Yan
Created: 2024-04-09 Created: 2024-04-09
Modified-History: Modified-History:
...@@ -44,7 +44,7 @@ class TestDemoFunction(unittest.TestCase): ...@@ -44,7 +44,7 @@ class TestDemoFunction(unittest.TestCase):
csst_mci_sim.runMCIsim(sourcein, configfile, dir_path, 1) csst_mci_sim.runMCIsim(sourcein, configfile, dir_path, 1)
self.assertEqual( self.assertEqual(
1 , 1, 0 , 1,
"case 1: SCI sim passes.", "case 1: SCI sim passes.",
) )
......
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