aewebb80 / VESPA

VESPA: Very large-scale Evolutionary and Selective Pressure Analyses
GNU General Public License v3.0
14 stars 9 forks source link

create unit tests to check code functionality between changes #1

Open gawbul opened 7 years ago

gawbul commented 7 years ago

See here for more information if needed http://docs.python-guide.org/en/latest/writing/tests/.

gawbul commented 7 years ago

I would also recommended linking the repository up to Travis-CI to automate build and test when pushing changes. See here if needed http://docs.python-guide.org/en/latest/scenarios/ci/.

aewebb80 commented 7 years ago

Thanks for the recommendation. I have linked to Travis CI and will be adding function tests over the coming days.