If given an empty string, findTeam() will return only the teams which have one or more email addresses.
It should return all teams, just like findPerson() does when it's given an empty string.
Note, though, that the docstring of findTeam() doesn't say it will return all teams if given an empty string.
If given an empty string, findTeam() will return only the teams which have one or more email addresses.
It should return all teams, just like findPerson() does when it's given an empty string.
Note, though, that the docstring of findTeam() doesn't say it will return all teams if given an empty string.