1
2from PyObjCTools.TestSupport import *
3from Quartz.QuartzCore import *
4
5class TestCIPlugIn (TestCase):
6    def testMethods(self):
7        self.assertArgIsBOOL(CIPlugIn.loadPlugIn_allowNonExecutable_, 1)
8
9if __name__ == "__main__":
10    main()
11