libvips/python/test_overrides.py

15 lines
207 B
Python

#!/usr/bin/python
import unittest
import math
#import logging
#logging.basicConfig(level = logging.DEBUG)
from gi.repository import Vips
from vips8 import vips
class TestOverrides(unittest.TestCase):