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