You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The @FilesFrom annotation already has a flag to enable recursive scanning for test input. We could support the same for @DirectoriesFrom.
When recursively iterating directories, we need a way to determine which directory will be actually used as test input and which directory just represents an intermediate level for structuring the tests.
Suggested API:
This test will only use leave directories (those that don't contain any other directories) as input:
The
@FilesFrom
annotation already has a flag to enable recursive scanning for test input. We could support the same for@DirectoriesFrom
.When recursively iterating directories, we need a way to determine which directory will be actually used as test input and which directory just represents an intermediate level for structuring the tests.
Suggested API:
This test will only use leave directories (those that don't contain any other directories) as input:
This test uses a
TestDirectoryFilter
for selecting the directories that are used as actual test inputThe text was updated successfully, but these errors were encountered: