Changeset 222 for pyyaml/trunk/tests/test_constructor.py
- Timestamp:
- 08/03/06 12:07:29 (7 years ago)
- File:
-
- 1 edited
-
pyyaml/trunk/tests/test_constructor.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pyyaml/trunk/tests/test_constructor.py
r173 r222 240 240 def __eq__(self, other): 241 241 return type(self) is type(other) and dict(self) == dict(other) 242 243 def execute(code): 244 exec code 245 return value 242 246 243 247 class TestConstructorTypes(test_appliance.TestAppliance):
Note: See TracChangeset
for help on using the changeset viewer.
