diff python/tests/moving.txt @ 104:13187af8622d

finally added the representation of intervals
author Nicolas Saunier <nico@confins.net>
date Thu, 14 Jul 2011 17:15:09 -0400
parents 9928c2fa72cc
children 916678481896
line wrap: on
line diff
--- a/python/tests/moving.txt	Wed Jul 13 19:14:17 2011 -0400
+++ b/python/tests/moving.txt	Thu Jul 14 17:15:09 2011 -0400
@@ -5,6 +5,8 @@
 True
 >>> Interval(0,1).empty()
 False
+>>> Interval(0,1)
+[0, 1]
 >>> Interval(0,1).length()
 1.0
 >>> Interval(23.2,24.9).length()