aclark4life / vanity

Get package download statistics from PyPI
GNU General Public License v2.0
66 stars 14 forks source link

Add tests for normalize function #35

Closed M3rs closed 8 years ago

M3rs commented 8 years ago

Cases: Fake package, django, None, empty string

Noticed that normalize called with "" runs rather long and returns "" still, perhaps this could be refactored.

Create suite function to gather test cases into suite. Remove TestSuite class at top of file.