[pitivi: 6/7] tests: remove a print call from test_integration.py



commit 753e92ce44fd2d9c6976d58f382eba0bae40a68f
Author: Alessandro Decina <alessandro d gmail com>
Date:   Mon Aug 23 11:44:32 2010 +0200

    tests: remove a print call from test_integration.py

 tests/test_integration.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/tests/test_integration.py b/tests/test_integration.py
index 5b833c8..f627289 100644
--- a/tests/test_integration.py
+++ b/tests/test_integration.py
@@ -1083,7 +1083,6 @@ if not os.getenv("TEST_INTEGRATION"):
     import inspect
 
     for symbol_name in list(globals().keys()):
-        print symbol_name
         symbol = globals()[symbol_name]
         if inspect.isclass(symbol) and symbol.__name__.startswith('Test') \
                 and symbol.__module__ == __name__:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]