File: make-tests-more-verbose.patch

package info (click to toggle)
python-gnupg 0.4.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 340 kB
  • sloc: python: 2,136; makefile: 19; sh: 6
file content (15 lines) | stat: -rw-r--r-- 416 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
From: Matthias Klose
Subject: Make tests more verbose

---
--- a/test_gnupg.py
+++ b/test_gnupg.py
@@ -1062,7 +1062,7 @@ def main():
     init_logging()
     logger.debug('Python version: %s', sys.version.replace('\n', ' '))
     tests = suite()
-    results = unittest.TextTestRunner(verbosity=1).run(tests)
+    results = unittest.TextTestRunner(verbosity=2).run(tests)
     return not results.wasSuccessful()