itplanning/tests/api/test_appointment.py
2021-06-13 21:03:49 +02:00

11 lines
239 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/", 404)