aiorazabala / qmethod

R package to analyse Q methodology data
GNU General Public License v2.0
34 stars 18 forks source link

add more tests until coverage == 100%! #259

Closed maxheld83 closed 3 years ago

maxheld83 commented 9 years ago

we now have some automated (unit) testing in place as per #89 , and for future features or changes, people should always write tests.

However, there are still a lot of legacy functions in here that are untested; that's not great.

Any additional tests would be great.

aiorazabala commented 3 years ago

Manual tests for validation on all functions were conducted before publication (many, to ensure all functions returned the same values as PQmethod, for a range of datasets). Given not many new functions or changes to core functions are expected, automatic testing is not needed for the time being.