Ejemplo n.º 1
0
    def test_should_return_exactly_one_svn_log(self):

        service = SvnService(self.repo_url,
                             None,
                             None,
                             path_to_config=get_svn_path_to_config())

        logs = service.log('', 2, 5)

        self.assertEqual(1, len(logs))