We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3d4218 commit 4e4bf4aCopy full SHA for 4e4bf4a
lung_cancer_screening/questions/tests/unit/forms/test_respiratory_conditions_form.py
@@ -73,7 +73,6 @@ def test_is_invalid_when_no_option_is_selected(self):
73
["Select if you have had any respiratory conditions"]
74
)
75
76
- # TODO: Add test for when none of the above is selected and other options are selected
77
def test_is_invalid_with_none_of_the_above_selected_and_other_options_selected(self):
78
form = RespiratoryConditionsForm(
79
participant=self.participant,
0 commit comments