rmusser01 / tldw

Too Long, Didn't Watch(TL/DW): Your Personal Research Multi-Tool - Open Source NotebookLM
Apache License 2.0
45 stars 2 forks source link

Improvement: Write Tests #11

Open rmusser01 opened 1 month ago

rmusser01 commented 1 month ago

Write tests to ensure all Function calls work.

rmusser01 commented 1 month ago

Should have a test written for almost every function to verify they work as expected.

Not just 'lets run these few commands and call it good'.

rmusser01 commented 1 month ago

Should have tests ran on git commit. Ensure breaking changes aren't introduced accidentally and overlooked until encountered troubleshooting another issue.

https://www.atlassian.com/git/tutorials/git-hooks https://github.com/CompSciLauren/awesome-git-hooks https://github.com/aitemr/awesome-git-hooks

rmusser01 commented 5 days ago

Should create function maps first, then tests for those, with documentation to accompany/track them as changes occur.