def testParamsValidNumber(self):
   backend._CheckStorageParams(["a", True], 2)
Exemplo n.º 2
0
 def testParamsValidNumber(self):
   backend._CheckStorageParams(["a", True], 2)
 def testParamsEmpty(self):
   backend._CheckStorageParams([], 0)
Exemplo n.º 4
0
 def testParamsEmpty(self):
   backend._CheckStorageParams([], 0)