From 8cf00eb726f095a93bccd20f564954c8188d2666 Mon Sep 17 00:00:00 2001 From: Takeshi Nakazato Date: Sun, 26 Jan 2025 14:43:26 +0900 Subject: [PATCH] stanardize test name --- tests/ms2_filler/test_h40.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ms2_filler/test_h40.py b/tests/ms2_filler/test_h40.py index 763d5e0..64f5e43 100644 --- a/tests/ms2_filler/test_h40.py +++ b/tests/ms2_filler/test_h40.py @@ -39,7 +39,7 @@ def msfile(data_dir): # TODO: implement more detailed tests -def test_ms2_structure_h40(msfile): +def test_h40_ms2_structure(msfile): print(f"msfile = {msfile}") assert os.path.exists(msfile) @@ -130,7 +130,7 @@ def test_ms2_structure_h40(msfile): @pytest.mark.skipif(_ms is None, reason="casatools is not available") -def test_listobs(msfile): +def test_h40_ms2_summary(msfile): ms = _ms() ms.open(msfile) try: