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