From 1f47b102acd45129bf8e96713af5dc6265ba2873 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sun, 11 Oct 2020 12:12:25 +0100 Subject: working through mixins model design --- ctrack/register/tests/test_forms.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ctrack/register/tests/test_forms.py') diff --git a/ctrack/register/tests/test_forms.py b/ctrack/register/tests/test_forms.py index 0383fa3..9a0f541 100644 --- a/ctrack/register/tests/test_forms.py +++ b/ctrack/register/tests/test_forms.py @@ -5,6 +5,9 @@ from ..forms import AddMeetingForm pytestmark = pytest.mark.django_db +# TODO this test and the form code needs to be amended to save created_by and update_by +# on the model + def test_init(user): """Here we test that we can pass in the user value from the view. We don't want that to be field in the form. -- cgit v1.2.3