예제 #1
0
 def test_space_attribute(self):
     chart = Chart(self.conn)
     chart._space = self.space
     self.assertEqual(chart._space, self.space)
예제 #2
0
 def test_space_attribute(self):
     chart = Chart(self.conn)
     chart._space = self.space
     self.assertEqual(chart._space, self.space)