Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions test_team_x.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ def test_location(self):

def test_person(self):
"""Test PERSON functionality"""
results = pii_scan.analyze_text("Alice and Bob went to school", ["PERSON"])
self.assertTrue(len(results) > 0)

def test_uk_nhs(self):
"""Test UK_NHS functionality"""
Expand Down