needmorecowbell / giggity

Wraps github api for openly available information about an organization, user, or repo
Apache License 2.0
126 stars 19 forks source link

Add tests #14

Open pocc opened 5 years ago

pocc commented 5 years ago

Testing makes sure that what you think your code does is actually what it does. It also helps to document your code.

Kenneth Reitz (i.e. the guy behind requests, which you use in this project) wrote an article on testing & Python, which I recommend.

needmorecowbell commented 5 years ago

good call - I'll slowly start adding nosetest unit tests, I really need to get into the practice of doing that for both small and large projects.