Skip to content

Commit

Permalink
stanardize test name
Browse files Browse the repository at this point in the history
  • Loading branch information
tnakazato committed Jan 26, 2025
1 parent 0da8e3e commit 8cf00eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ms2_filler/test_h40.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 8cf00eb

Please sign in to comment.