[gegl/debugging-jenkins-tests] tests: more debug
- From: Alexia Death <alexiade src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl/debugging-jenkins-tests] tests: more debug
- Date: Mon, 8 Dec 2014 15:07:25 +0000 (UTC)
commit cdc4be0a96f5d43ba46392eb66f84c66e7d2e9b7
Author: Alexia Death <alexiadeath gmail com>
Date: Mon Dec 8 17:07:21 2014 +0200
tests: more debug
tests/python/test-gegl-format.py | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/tests/python/test-gegl-format.py b/tests/python/test-gegl-format.py
index eaf593c..257df40 100755
--- a/tests/python/test-gegl-format.py
+++ b/tests/python/test-gegl-format.py
@@ -20,6 +20,7 @@
import unittest
import sys
import pprint
+import gi
from gi.repository import Gegl
@@ -51,6 +52,7 @@ class TestGeglFormat(unittest.TestCase):
print ("Debugging environment...")
pp = pprint.PrettyPrinter(indent=4)
pp.pprint (sys.version)
+ print gi.__version__
print ("Gegl object")
pp.pprint (Gegl.__dict__)
pp.pprint (dir(Gegl))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]