Changeset 54 for branches/pyyaml3000/tests/test_appliance.py
- Timestamp:
- 02/20/06 15:46:35 (7 years ago)
- File:
-
- 1 edited
-
branches/pyyaml3000/tests/test_appliance.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/pyyaml3000/tests/test_appliance.py
r51 r54 299 299 return self.events 300 300 301 def get(self): 302 return self.events.pop(0) 303 304 def check(self, *choices): 305 for choice in choices: 306 if isinstance(self.events[0], choice): 307 return True 308 return False 309 310 def peek(self): 311 return self.events[0] 312
Note: See TracChangeset
for help on using the changeset viewer.
