[ ] Tests for the changes have been added (for bug fixes / features)
[ ] Docs have been added / updated (for bug fixes / features) see docs/README.md
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
This is a small UT refactor to make it easier to add future sub-tests in TestParseArgs. Each test case is now executed as a sub-test. This is used to add UTs in https://github.com/get-woke/woke/pull/211. The purpose of this PR is to show the refactor without changing the set of UTs.
What is the current behavior? (You can also link to an open issue here)
Currently, there are no sub-tests for file glob patterns.
What is the new behavior (if this is a feature change)?
No change.
Does this PR introduce a breaking change? (What changes might users need to make due to this PR?)
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
This is a small UT refactor to make it easier to add future sub-tests in
TestParseArgs
. Each test case is now executed as a sub-test. This is used to add UTs in https://github.com/get-woke/woke/pull/211. The purpose of this PR is to show the refactor without changing the set of UTs.What is the current behavior? (You can also link to an open issue here)
Currently, there are no sub-tests for file glob patterns.
What is the new behavior (if this is a feature change)?
No change.
Does this PR introduce a breaking change? (What changes might users need to make due to this PR?)
Other information: