diff options
Diffstat (limited to 'app/tests/test_forms.py')
-rw-r--r-- | app/tests/test_forms.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/tests/test_forms.py b/app/tests/test_forms.py index 0f772b3..ebfee8a 100644 --- a/app/tests/test_forms.py +++ b/app/tests/test_forms.py @@ -4,6 +4,8 @@ Test(s) for Forms Tests the forms and their validations """ + + def test_incorrect_forms(app, client): """ Simulate Invalid Forms @@ -19,7 +21,7 @@ def test_incorrect_forms(app, client): def test_contactus(app, client): - """Test Valid Form Submission""" + """Test Valid Form Submission""" res = client.post( "/ContactUs", data={ |