Skip to content

Commit

Permalink
Remove old tags, keep tag("elig")
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanWillitts committed Jun 10, 2024
1 parent 58369a0 commit 8182ed4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions effect_screening/tests/tests/test_eligibility.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,6 @@ def test_inclusion_willing_to_participate_yes_ok(self):
self.assertEqual(YES, obj.eligible)
self.assertEqual("ELIGIBLE", obj.display_label)

@tag("preg")
def test_male_preg_raises(self):
opts = dict(
**self.inclusion_criteria,
Expand Down Expand Up @@ -476,7 +475,6 @@ def test_male_preg_raises(self):
form.is_valid()
self.assertDictEqual({}, form._errors)

@tag("preg")
def test_female_preg_or_bf(self):
opts = dict(
**self.inclusion_criteria,
Expand Down Expand Up @@ -592,7 +590,6 @@ def test_form_allows_cd4_date_over_21_days(self):
self.assertNotIn("cd4_date", form._errors)
self.assertDictEqual({}, form._errors)

@tag("1")
def test_serum_crag_negative_raises_validation_error(self):
opts = self.get_eligible_opts()
opts.update(serum_crag_value=NEG)
Expand Down

0 comments on commit 8182ed4

Please sign in to comment.