Exemple #1
0
 def test_ellipse_knows_points_out(self):
     not_includes_(self.ellipse, (0,0))
Exemple #2
0
 def test_rectangle_knows_points_out(self):
     not_includes_(self.origin_rect, (100,100))