explosion / weasel

🦦 weasel: A small and easy workflow system
MIT License
63 stars 8 forks source link

test: add test from PR #3 #25

Closed bdura closed 1 year ago

bdura commented 1 year ago

This PR adds tests from PR #3.

There are a few tests that address similar parts of the library, although they are not exactly the same. I also modified tests that rely on each other (within cli/test_remote.py, formerly cli_test_base.py)

bdura commented 1 year ago

Why does this PR include the markdown files as well if the goal is adding tests?

Ah, I merged the documentation PR because one of the tests relied on the output of the help... I should have put a TODO instead, sorry about that.