def testUserCreate(self):
        user, new = User.objects.get_or_create(username='test2')

        profile = user.get_profile()