Projet

Général

Profil

0001-tests-remove-debugging-print.patch

Benjamin Dauvergne, 07 novembre 2018 15:52

Télécharger (839 octets)

Voir les différences:

Subject: [PATCH 1/2] tests: remove debugging print

 tests/test_source_maarch.py | 1 -
 1 file changed, 1 deletion(-)
tests/test_source_maarch.py
42 42
            if hasattr(value, 'path'):
43 43
                value = getattr(self, attribute)
44 44
                match_decorator = urlmatch(netloc=self.netloc, path=value.path)
45
                print value, self.netloc, '^/rest' + value.path
46 45
                endpoints.append(match_decorator(value))
47 46
        return HTTMock(*endpoints)
48 47

  
49
-