from django.test import TestCase from GeoffreyApp.GeoffreyApp.util import create_token class TokenAPITestCase(TestCase): def test_create_token(self): print(create_token())