Пример #1
0
 def test_get_version(self):
     command = BaseCommand()
     self.assertEqual(command.get_version(), vcs.get_version())
Пример #2
0
 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
 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())