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