gsilvapt / pmz

PoorMenZettel
MIT License
7 stars 2 forks source link

Adds tests to new command #44

Closed gsilvapt closed 1 year ago

gsilvapt commented 1 year ago

Some work to complete #17, although not yet complete. New is better tested now, ensuring new creates a new direcoty with a file in it, and new --title=test creates a file called test.md and its first line is the provided title.

There were some changes to the new.go command file to accomodate for better testing. Mostly inspired by option 2 from the referenced blog post.

Ref: https://clavinjune.dev/en/blogs/implement-unit-test-for-cli-apps-using-golang-and-cobra/#option-2