Skip to content

Commit

Permalink
Add test on comparing meta of different classes
Browse files Browse the repository at this point in the history
  • Loading branch information
subhashb committed Nov 22, 2023
1 parent c9f7d56 commit 259faf6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/entity/test_entity_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,6 @@ def test_entity_meta_has_attributes_on_construction(self):
"age",
"id",
] # `relative_of` is ignored

def test_meta_equality(self):
assert Person.meta_ != PersonAutoSSN.meta_

0 comments on commit 259faf6

Please sign in to comment.