supitsdu / clipper

Seamlessly copy file contents to clipboard from command line. Lightweight, cross-platform tool for instant text transfers.
MIT License
3 stars 3 forks source link

test: add unit tests for content parsing and input reading #17

Closed supitsdu closed 4 months ago

supitsdu commented 4 months ago

These tests enhance the robustness of the application by ensuring all core functionalities are working as expected.

ccoVeille commented 4 months ago

I love you added tests

supitsdu commented 4 months ago

I love you added tests

Thanks a ton for your help with parseContent! Glad you love the new tests.

ccoVeille commented 4 months ago

For records, archive, and a better understanding, this PR adds tests for methods added with #16