Very rough additions to get baseport building after the header reorganisation. Original hardcoded systeminclude paths still left in.
from unittest import TestCase
import json
class TestDefault(TestCase):
def test_default(self):
self.assertEquals(
json.dumps(type, default=repr),
json.dumps(repr(type)))