Skip to content

feat: move FileSystemTestingTrait to a new library product FileSystemTesting - #126

Merged
fortmarek merged 2 commits into
mainfrom
file-system-testing
May 15, 2025
Merged

feat: move FileSystemTestingTrait to a new library product FileSystemTesting#126
fortmarek merged 2 commits into
mainfrom
file-system-testing

Conversation

@fortmarek

Copy link
Copy Markdown
Member

The new trait doesn't play nicely with the --experimental-dump-help from ArgumentParser that we use in tuist/tuist because of the import Testing – unfortunately, even the compiler directive #if canImport(Testing) doesn't lead to a successful generation of the dump help.

To fix the issue, I'm moving the trait to a FileSystemTesting library. That way consumers can import this library if they are interested in using the trait but the core package stays without any testing-specific code.

@fortmarek
fortmarek merged commit d453e07 into main May 15, 2025
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