-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
testingRelates to testing of the code or solutionRelates to testing of the code or solution
Description
Floki mostly consists of:
- A command-line interface;
- A series of subshell commands.
Neither are covered in UT, and by their nature aren't easy to cover with UTs either. This means it's easy to break Floki and have all UTs continue to pass.
Having some FV-style testing of Floki as a whole would be useful for catching this class of bugs, and likely more useful in general than fairly narrow-scoped UTs.
Metadata
Metadata
Assignees
Labels
testingRelates to testing of the code or solutionRelates to testing of the code or solution