`fga model test` doesn't run all tests when using wildcard
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 102
- Forks
- 49
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 16
Description
I have the following setup in my project
-->Tests
--> Project
--> project-test-1.fga.yaml
--> project-test-2.fga.yaml
--> test-1.fga.yaml
When running fga model test --tests ./Tests/**/*.fga.yaml, it seems to only run the tests in the Project folder. Is this a bug or a misconfiguration on myside? Thanks
Contributor guide
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 reproducing the reported command, fga model test --tests ./Tests/**/*.fga.yaml, with the shown directory layout. Trace the fga model test handling of the --tests wildcard and verify which paths are selected. Done means the command runs tests from both the Project directory and the top-level test-1.fga.yaml file.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli, testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100