Skip to content

Commit

Permalink
Improve the test case to test usingthe ::WEATHER subtable path
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Jan 28, 2025
1 parent d52ff94 commit 0055bda
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/arcae/tests/test_descriptor.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ def test_ms_and_weather_subtable(tmp_path_factory):
assert "WEATHER" in td["_keywords_"]
assert td["_keywords_"]["WEATHER"] == f"Table: {ms}/WEATHER"

# Opening the table works with the subtable :: reference syntax
with Table.from_filename(f"{ms}::WEATHER") as W:
pass


def test_weather_subtable_descriptor():
# Test required and complete descriptor for the WEATHER subtable
Expand Down

0 comments on commit 0055bda

Please sign in to comment.