nalmadi / EMIP-Toolkit

EMIP Toolkit (EMTK): A Python Library for Processing Eye Movement in Programming Data
17 stars 22 forks source link

Add unit tests #18

Closed nalmadi closed 2 years ago

nalmadi commented 3 years ago

So far we have been using the example notebooks as tests, but it would be much better to develop unit tests for every method in the toolkit. Maybe consider automating the testing process on GitHub to make collaboration and onboarding easier.

quanphan2906 commented 2 years ago

In the latest version, every public function has its own unit test now. We have also added github workflow to automate the testing process whenever there is a pull request or a push. Closing this issue.