Skip to content

Instantly share code, notes, and snippets.

@GowthamShanmugam
Last active September 15, 2016 06:38
Show Gist options
  • Save GowthamShanmugam/668fd16a404f1f323cf8889317351bf1 to your computer and use it in GitHub Desktop.
Save GowthamShanmugam/668fd16a404f1f323cf8889317351bf1 to your computer and use it in GitHub Desktop.
from gluster_bridge.manager.rpc import RpcInterface
from mock import MagicMock
from unittest.case import TestCase as UnitTestCase
class TestRpcInterface(UnitTestCase):
def test_create_volume(self):
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment