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
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