Skip to content

Commit e5f3898

Browse files
committed
Removing wips
1 parent c92cf83 commit e5f3898

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

features/age_when_started_smoking.feature

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
@SmokingHistory
22
@AgeWhenStartedSmoking
3-
@wip
43
Feature: Age when started smoking
54
Scenario: The page is accessible
65
Given I am logged in

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ def test_creates_a_tobacco_smoking_type_parent_model_for_each_type_given(self):
162162
self.assertEqual(response_set.tobacco_smoking_history.count(), 1)
163163
self.assertEqual(response_set.tobacco_smoking_history.first().type, TobaccoSmokingHistoryTypes.CIGARETTES.value)
164164

165-
@tag("wip")
166165
def test_post_redirects_to_the_current_of_first_type_of_tobacco_smoking_history_if_multiple_types_given(self):
167166
response_set = ResponseSetFactory.create(user=self.user, eligible=True)
168167

0 commit comments

Comments
 (0)