diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-05-28 16:36:45 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-05-28 16:36:45 +0100 |
commit | 3fe0659a634f9cb55d50f308aa88ba78445953a1 (patch) | |
tree | 016ccaa06a11e15a6013635cfb7b5eb7aeeb9c35 /ctrack/organisations | |
parent | acf875c2bca1727306cb70aaa37e6f4595209786 (diff) |
setting up for testing incident report work
Diffstat (limited to '')
-rw-r--r-- | ctrack/organisations/tests/test_incident_report.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ctrack/organisations/tests/test_incident_report.py b/ctrack/organisations/tests/test_incident_report.py new file mode 100644 index 0000000..0bf76ef --- /dev/null +++ b/ctrack/organisations/tests/test_incident_report.py @@ -0,0 +1,2 @@ +def test_there_is_a_view_function_for_incident_report(): + pass |