-
Notifications
You must be signed in to change notification settings - Fork 229
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
ShareazaDownloadParserTest for ShareazaDownloadParser #2339
base: master
Are you sure you want to change the base?
Conversation
…metadata extraction
…tContext(filePath) directly.
- Added assertTrue statements to verify the presence of various server details in the HTS output. - Each line corresponds to specific attributes of the server, ensuring comprehensive testing of the server information.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @marcus6n! Please also test for key-value pairs stored in the metadata object after the parser.parse(...) call.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extending the TiffPageParserTest doesn't seem correct, please extend BaseItemSearchContext.
All right, I'll adjust it properly. |
@lfcnassif I've made the changes you requested and added some more metadata tests. |
The ShareazaDownloadParserTest adds a test for the ShareazaDownloadParser class, ensuring it correctly parses download data and works reliably across different scenarios.