예제 #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())