(self)
| 37 | |
| 38 | class TestSettingsAttribute: |
| 39 | def setup_method(self): |
| 40 | self.attribute = SettingsAttribute("value", 10) |
| 41 | |
| 42 | def test_set_greater_priority(self): |
| 43 | self.attribute.set("value2", 20) |
nothing calls this directly
no test coverage detected