Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

airspec: Support matching nested test cases #2637

Closed
xerial opened this issue Dec 16, 2022 · 1 comment · Fixed by #2651
Closed

airspec: Support matching nested test cases #2637

xerial opened this issue Dec 16, 2022 · 1 comment · Fixed by #2651

Comments

@xerial
Copy link
Member

xerial commented Dec 16, 2022

test("A") {
  test("X") { ... }
  test("Y") { ... }
}

# Run A.X but not A.Y
> testOnly -- A.X
@xerial
Copy link
Member Author

xerial commented Dec 17, 2022

I'll work on it because I need it now :)

@xerial xerial linked a pull request Dec 18, 2022 that will close this issue
xerial added a commit that referenced this issue Dec 19, 2022
…d2)/ ... syntax (#2651)

* airspec: #2637 Support selecting nested test specs

* Add test cases

* Check nested test names:

* Update doc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants