villafleurie/rental/tests/calendar.py
2020-06-13 18:12:10 +02:00

9 lines
188 B
Python

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