cartfisk / chicken-parse

retrieve mentions, hashtags & URLs from tweets
1 stars 0 forks source link

Add failing test case #4

Open rgrover96 opened 8 years ago

rgrover96 commented 8 years ago

Your coding was easy to follow and very organized. For your documentation, a suggestion would be to add a bit more to it just so that everyone knows how your program was set up. Also, one thing you could add to improve your unit testing is to add a case where the test fails.

cartfisk commented 8 years ago

This is a good idea, previous feedback also suggested I include dirtier tests so I will implement both of these changes.