libvips/test/test_all.py
2015-10-13 10:29:53 +01:00

20 lines
394 B
Python
Executable File

#!/usr/bin/python3
import unittest
from test_arithmetic import *
from test_colour import *
from test_conversion import *
from test_convolution import *
from test_create import *
from test_draw import *
from test_foreign import *
from test_histogram import *
from test_morphology import *
from test_resample import *
from test_iofuncs import *
if __name__ == '__main__':
unittest.main()