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

Add Glob support for dictionary includes #1477

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

Lutzifer
Copy link
Contributor

This change enables the use of Glob expressions (e.g. Sources/*/Package.yml) when including a yml file:

include:
  - path: Sources/*/Package.yml
  - path: Sources/*/Tests.yml
  - path: Sources/*/UITests.yml

This change enables the use of Glob expressions (e.g. Sources/*/Package.yml) when including a yml file:

```
include:
  - path: Sources/*/Package.yml
  - path: Sources/*/Tests.yml
  - path: Sources/*/UITests.yml
```
Copy link
Owner

@yonaskolb yonaskolb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would love to see some tests for this in SpecLoadingTests

Sources/ProjectSpec/SpecFile.swift Show resolved Hide resolved
@Lutzifer
Copy link
Contributor Author

SpecLoadingTests

I implemented a very basic test for this

@Lutzifer Lutzifer requested a review from yonaskolb July 11, 2024 17:01
@Lutzifer
Copy link
Contributor Author

@yonaskolb Anything I can do here?

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

Successfully merging this pull request may close these issues.

2 participants