Ability to specify file as a target to find tests
Open
- Dominant language
- Clojure
- Stars
- 60
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Right now it's possible to pass `{:only "some/folder"}` to run tests in this folder. Would be nice to be able to specify a file — much easier to get autocomplete for those at command line than for namespaces.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the code that handles the existing `{:only "some/folder"}` target and the tests for selecting a folder. Trace how command-line targets are parsed, then add coverage for a file target and verify that running with a file selects the expected tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clojure
- Domain
- cli, testing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100