Changeset 234 for pyyaml/trunk/tests/test_constructor.py
- Timestamp:
- 10/04/06 03:42:50 (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
r225 r234 289 289 (item2 != item2 or (item2 == 0.0 and item2 == 1.0)): 290 290 continue 291 if isinstance(item1, datetime.datetime) \ 292 and isinstance(item2, datetime.datetime): 293 self.failUnlessEqual(item1.microsecond, 294 item2.microsecond) 291 295 if isinstance(item1, datetime.datetime): 292 296 item1 = item1.utctimetuple()
Note: See TracChangeset
for help on using the changeset viewer.
