itplanning/tests/api/test_appointment.py
2021-06-01 14:16:05 +02:00

11 lines
238 B
Python

from ..testBase import APITestBase
from pony.orm import db_session
class AppointmentTestCase(APITestBase):
def setUp(self):
super().setUp()
def test_get_appointement(self):
self.make_request("appointment", 200)