dcu / onetouch-ssh

Authy OneTouch for SSH
MIT License
18 stars 6 forks source link

Automated tests? #15

Open pirogoeth opened 8 years ago

pirogoeth commented 8 years ago

We should attempt to add unit and integration tests for this. It would make pushing new releases easier. But, the only problem I can see is building forked sources since Go likes to get all pull-happy with source trees...

Ideas?

dcu commented 8 years ago

yes, tests are very important and it's definitely in my TODO list. I started adding some for the geoip module here: https://github.com/dcu/onetouch-ssh/blob/master/utils/geoip_test.go

I added you as collaborator but let's keep sending PRs :)

pirogoeth commented 8 years ago

Awesome! Sounds like a plan :)