from django.test import TestCase import rental.services.calendar as calendar class CalendarTestCase(TestCase): def setUp(self): pass def test_CalendarBuild(self): obj = calendar.build_service() print(obj)