From 739b3dd6aa383f70e5442e74fb4d217d5619d110 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Fri, 29 May 2020 14:23:07 +0100 Subject: IncidentReport model in place and func test passing so far --- ctrack/organisations/tests/test_models.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'ctrack/organisations/tests/test_models.py') diff --git a/ctrack/organisations/tests/test_models.py b/ctrack/organisations/tests/test_models.py index 6c41c49..6f79cb4 100644 --- a/ctrack/organisations/tests/test_models.py +++ b/ctrack/organisations/tests/test_models.py @@ -1,7 +1,7 @@ import pytest from slugify import slugify -from ctrack.organisations.models import Organisation +from ctrack.organisations.models import IncidentReport, Organisation pytestmark = pytest.mark.django_db @@ -29,8 +29,3 @@ def test_update_organisation(org_with_people): def test_new_address(addr): # The address "has" an organisation assert addr.organisation.name - - -def test_incident_report(org_with_people): - breakpoint() - pass -- cgit v1.2.3