Explorar o código

Clean up test

Philipp Hagemeister %!s(int64=13) %!d(string=hai) anos
pai
achega
c7032546f1
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      test/test_utils.py

+ 0 - 1
test/test_utils.py

@@ -58,7 +58,6 @@ class TestUtil(unittest.TestCase):
 
 		forbidden = u'"\0\\/&: \'\t\n'
 		for fc in forbidden:
-			print('input: ' + fc + ', result: ' + repr(sanitize_filename(fc, restricted=True)))
 			for fbc in forbidden:
 				self.assertTrue(fbc not in sanitize_filename(fc, restricted=True))