joshgachnang / pyaddress

pyaddress is an address parsing library, taking the guesswork out of using addresses in your applications. We use it as part of our apartment search and apartment spider applications.
BSD 3-Clause "New" or "Revised" License
1 stars 5 forks source link

Cleaned up tests #6

Closed hollanddd closed 10 years ago

hollanddd commented 10 years ago

using assertEqual gives information at failure as opposed to searching through the tests to see what the truthy value should be.

removed some commented out code. comments shouldn't be left in as it clutters things up. if it's something that needs to be put back in the code it lives in the commit history and can be plucked from there. that's what version control is for.

hollanddd commented 10 years ago

I should have probably cleaned up these commits but I'm not so good at that just yet.