gsilvapt / pmz

PoorMenZettel
MIT License
7 stars 2 forks source link

Cmd search tests #45

Closed gsilvapt closed 1 year ago

gsilvapt commented 1 year ago

Isolated command function for better testing. Had a lot of trouble to capture stdout and stdin to throw and capture things from and to commands. Also added unit tests to the search command that is currently stored in the internal package.

Resolves issue https://github.com/gsilvapt/pmz/issues/17.