示例#1
0
文件: test_cli.py 项目: methane/vcs
 def test_get_version(self):
     command = BaseCommand()
     self.assertEqual(command.get_version(), vcs.get_version())
示例#2
0
文件: cli.py 项目: vchalapureddi/vcs
 def get_version(self):
     """
     Returns version of vcs.
     """
     return vcs.get_version()
示例#3
0
文件: cli.py 项目: lukaszb/vcs
 def get_version(self):
     return vcs.get_version()
示例#4
0
文件: cli.py 项目: jonashaag/vcs
 def get_version(self):
     """
     Returns version of vcs.
     """
     return vcs.get_version()
示例#5
0
 def test_get_version(self):
     command = BaseCommand()
     self.assertEqual(command.get_version(), vcs.get_version())