1
2from PyObjCTools.TestSupport import *
3from Quartz.CoreGraphics import *
4
5class TestCGGLContext (TestCase):
6    def testIncomplete(self):
7        self.fail("Add header tests for <CoreGraphics/CGGLContext.h>")
8
9if __name__ == "__main__":
10    main()
11