Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
ways committed Nov 19, 2024
1 parent f26e598 commit 93641c1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions sedr/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,3 @@ def test_parse_landing_json(self):
landingpage_json = json.loads(f.read())
landing, _ = util.parse_landing_json(landingpage_json)
self.assertTrue(landing)

# def test_parse_bad_landing(self):
# """Test parsing a bad landing page (in json)."""
# with open("testdata/landingpage_bad_service-desc.json", "r", encoding="utf-8") as f:
# landingpage_json = json.loads(f.read())
# landing, _ = util.parse_landing_json(landingpage_json)
# self.assertFalse(landing)

0 comments on commit 93641c1

Please sign in to comment.