Skip to content

Commit

Permalink
Update test_pluginmanager.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pirate authored Sep 27, 2024
1 parent 4302e2e commit 78ca5d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testing/test_pluginmanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ class A:

def test_register_skips_properties(he_pm: PluginManager) -> None:
class ClassWithProperties:
property_was_executed: bool = False

@property
def some_func(self):
self.property_was_executed = True
Expand Down

0 comments on commit 78ca5d8

Please sign in to comment.