drashland / rhum

A test double library
https://drash.land/rhum
MIT License
91 stars 6 forks source link

CLI --ignore option #82

Closed crookse closed 3 years ago

crookse commented 3 years ago

Summary

What: Add --ignore option that takes in directories or files

Why: If someone had a tests/data directory and wanted to run all tests in their tests/ directory, then currently the rhum command would try to test the files in tests/data, which would throw errors. It'd be nice to ignore any directories or files that shouldn't be tested.

Acceptance Criteria