Peter-Wilson / Flock

a social location app to ensure you don't lose you friends on your night out
MIT License
3 stars 0 forks source link

Add unit tests with Travis CI #13

Open Peter-Wilson opened 7 years ago

Peter-Wilson commented 7 years ago

Now that we are moving specific functions into their own classes, it will make it easier to unit test those.

May want to do that to ensure our code stays working. We can hook up Travis CI to run the tests before merging pull requests. See my thesis repository here for an example on how that is done

fzxt commented 7 years ago

Do you just want to test those core functions or test the UI as a whole as well (using mock tests with mockitio or something)?

Peter-Wilson commented 7 years ago

Hmm, didn't even know you could do that :) I'd be down.