Skip to content

Commit 8a034dc

Browse files
committed
PPHA-483: Add Education forms
1 parent 29c47ec commit 8a034dc

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

lung_cancer_screening/questions/migrations/0039_educationresponse.py renamed to lung_cancer_screening/questions/migrations/0040_educationresponse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class Migration(migrations.Migration):
88

99
dependencies = [
10-
('questions', '0038_relativesagewhendiagnosedresponse_and_more'),
10+
('questions', '0039_checkneedappointmentresponse'),
1111
]
1212

1313
operations = [

lung_cancer_screening/questions/tests/unit/views/test_education.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def test_get_contains_the_correct_form_fields(self):
5252
self.assertContains(response, "What level of education have you completed?")
5353

5454

55+
@tag("Education")
5556
class TestPostEducation(TestCase):
5657
def setUp(self):
5758
self.user = login_user(self.client)

0 commit comments

Comments
 (0)