Exemplo n.º 1
0
 def mock_axis(self, request):
     self.cc = cat.StrCategoryConverter()
Exemplo n.º 2
0
 def mock_axis(self, request):
     self.cc = cat.StrCategoryConverter()
     # self.unit should be probably be replaced with real mock unit
     self.unit = cat.UnitData()
     self.ax = FakeAxis(self.unit)
Exemplo n.º 3
0
 def setUp(self):
     self.cc = cat.StrCategoryConverter()
     self.axis = FakeAxis()