remove some tests

This commit is contained in:
Dun Liang 2021-12-17 10:30:14 +08:00
parent 1f2b100be0
commit 922c0d8246
1 changed files with 3 additions and 3 deletions

View File

@ -56,9 +56,9 @@ def main():
class TestMpiInPy(unittest.TestCase):
def test(self):
main()
# class TestMpiInPy(unittest.TestCase):
# def test(self):
# main()
if __name__ == "__main__":