-
Notifications
You must be signed in to change notification settings - Fork 226
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
conftest: Don't use MockFSOrganizer in scheduler tests
There were two problems with this: * It created a new temporary directory in __init__ which made it impossible to have the same directory accross different fixtures (e.g. analysis_scheduler and unpacking_scheduler) * It didn't do anything different than the real FSOrganizer (despite using a temporary directory, but we do this in the tests anyways) Also this commit makes the analysis_scheduler use the same FSOrganizer as the unpacking_scheduler. This is required since AnalysisPluginV0 are used.
- Loading branch information
Showing
2 changed files
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters