def test_is_usable(self):
     # Should always be usable
     self.assertTrue(MemoryKeyValueStore.is_usable())
Exemplo n.º 2
0
 def test_is_usable(self):
     # Should always be usable
     nose.tools.assert_true(MemoryKeyValueStore.is_usable())
Exemplo n.º 3
0
 def test_is_usable(self):
     # Should always be usable
     self.assertTrue(MemoryKeyValueStore.is_usable())