mirror of
https://github.com/rjNemo/villafleurie
synced 2026-06-06 02:16:47 +00:00
9 lines
188 B
Python
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()
|