Skip to content

Commit

Permalink
test_DocketParseText.py: assert_anonymized() cleanup spew
Browse files Browse the repository at this point in the history
Don't print `anon_text` to save test output from thousands of lines of
HTML that clutters it.
  • Loading branch information
johnhawkinson committed Oct 12, 2023
1 parent 2d864fc commit 36ce85d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/local/test_DocketParseTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ def assert_anonymized(
report._parse_text(text)
anon_text = report.get_anonymized_text()
self.assertNotIn("LOGIN REMOVED", anon_text)
print(anon_text)

def test_anonymize_district(self) -> None:
path = os.path.join(
Expand Down

0 comments on commit 36ce85d

Please sign in to comment.