コード例 #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())