-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor BaseTest and ScraperTestHelper to streamline index UID handling
- Updated BaseTest to generate and manage a random index UID internally. - Modified ScraperTestHelper to accept the index UID in the constructor and removed redundant parameters from methods. - Adjusted test cases to reflect changes in method signatures and ensure proper functionality without passing the index UID explicitly. This refactor enhances code clarity and reduces the risk of errors related to index UID management.
- Loading branch information
Showing
3 changed files
with
63 additions
and
54 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
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