Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lajohn4747 committed Jun 7, 2024
1 parent b88becb commit 33f7052
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions tests/unit/metadata/test_multi_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -1178,8 +1178,10 @@ def test_validate(self):

def test_validate_raises_errors(self):
"""Test the method ``validate``.
Test that when an invalid ``MultiTableMetadata`` has been provided, all different errors
are being raised.
Setup:
- Instance of ``MultiTableMetadata`` with all valid tables and relationships.
"""
Expand Down Expand Up @@ -1208,13 +1210,13 @@ def test_validate_raises_errors(self):
instance.validate()

def test__validate_all_tables_connected_raises_errors(self):
"""Test the method ``validate``.
"""Test the method ``_validate_all_tables_connected``.
Test that when an invalid ``MultiTableMetadata`` has been provided, all different errors
are being raised.
Test that when a disjointed table is validated with `_validate_all_tables_connected`
Setup:
- Instance of ``MultiTableMetadata`` with all valid tables and relationships.
- Instance of ``MultiTableMetadata`` with all valid tables and
missing relationships.
"""
# Setup
instance = self.get_metadata()
Expand Down

0 comments on commit 33f7052

Please sign in to comment.