Skip to content
Snippets Groups Projects
Commit b7af8d6e authored by Piotr Gawron's avatar Piotr Gawron
Browse files

Merge remote-tracking branch 'origin/master' into 93-performance-on-appointment-list-add

parents 2ef7af7f 44b7a137
No related branches found
No related tags found
1 merge request!35performance on appointment list
Pipeline #
......@@ -6,12 +6,10 @@ from django.test import Client
from django.test import TestCase
from django.urls import reverse
from web.tests.functions import create_subject, create_worker, create_appointment_type, create_location, \
create_get_suffix
from web.views.subject import SUBJECT_LIST_GENERIC, SUBJECT_LIST_NO_VISIT, SUBJECT_LIST_REQUIRE_CONTACT
from web.api_views.subject import get_subjects_order, get_subjects_filtered, serialize_subject
from web.api_views.subject import get_subjects_order, get_subjects_filtered, serialize_subject, SUBJECT_LIST_GENERIC, \
SUBJECT_LIST_NO_VISIT, SUBJECT_LIST_REQUIRE_CONTACT
from web.models import Subject
from web.tests.functions import create_subject, create_worker, create_get_suffix
class TestApi(TestCase):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment