Tensegritics / Tensegritics/ClojureDart
Allow to target other source dirs than `lib` and `test`
Nobody has claimed this yet.
- Dominant language
- Clojure
- Stars
- 1.6k
- Forks
- 119
- PR merge metrics
- No merged PRs in 30d
Description
test is currently special-cased, we need to generalize its mechanism to allow for more output dirs like required by integration_test
https://docs.flutter.dev/testing/integration-tests
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the code that special-cases the test source directory and trace how output directories are selected. Read the linked Flutter integration-test documentation and compare its integration_test layout with the current lib and test handling. Done means additional output directories, including integration_test, are supported without breaking existing behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clojure, dart, flutter
- Domain
- build-system, testing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100