(self)
| 1027 | ) |
| 1028 | |
| 1029 | def test_passive_no_result(self): |
| 1030 | attr, state, dict_ = self._fixture(attributes.PASSIVE_NO_RESULT) |
| 1031 | eq_( |
| 1032 | attr.get(state, dict_, passive=attributes.PASSIVE_NO_INITIALIZE), |
| 1033 | attributes.PASSIVE_NO_RESULT, |
| 1034 | ) |
| 1035 | |
| 1036 | def test_passive_no_result_no_value(self): |
| 1037 | attr, state, dict_ = self._fixture(attributes.NO_VALUE) |