コード例 #1
0
 def setUp(self):
     self.cmd = repograph.RepoGraphCommand(
         support.CliStub(support.BaseStub()))
     self.path = os.path.join(os.path.dirname(__file__),
                              "resources/repograph/")
コード例 #2
0
 def setUp(self):
     self.cmd = repoclosure.RepoClosureCommand(
         support.CliStub(support.BaseStub()))
     self.path = os.path.join(os.path.dirname(__file__),
                              "resources/repoclosure/")