Esempio n. 1
0
 def test_get_version(self):
     command = BaseCommand()
     self.assertEqual(command.get_version(), vcs.get_version())
Esempio n. 2
0
 def get_version(self):
     """
     Returns version of vcs.
     """
     return vcs.get_version()
Esempio n. 3
0
File: cli.py Progetto: lukaszb/vcs
 def get_version(self):
     return vcs.get_version()
Esempio n. 4
0
File: cli.py Progetto: jonashaag/vcs
 def get_version(self):
     """
     Returns version of vcs.
     """
     return vcs.get_version()
Esempio n. 5
0
 def test_get_version(self):
     command = BaseCommand()
     self.assertEqual(command.get_version(), vcs.get_version())