nmoya / whatsapp-parser

Parser to the What's App log file.
MIT License
47 stars 23 forks source link

Add tests #20

Closed szabgab closed 7 years ago

szabgab commented 7 years ago

You can now enable Travis-CI on this repository.

nmoya commented 7 years ago

@szabgab What are the other requirements for travis? Shouldn't we prepare our unit tests better so travis have something to check against?

szabgab commented 7 years ago

yep, that file was in the repo already. Results on Travis in my account: https://travis-ci.org/szabgab/whatsapp-parser

szabgab commented 7 years ago

You just need to register on travis and enable this repo. Then as you add more tests, Travis will pick them up on every push.

nmoya commented 7 years ago

@szabgab Cool! I see that now. Let's merge this. I plan on improving the tests soon.