Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
Stypox opened this issue
Mar 20, 2022
· 6 comments
Assignees
Labels
codequalityImprovements to the codebase to improve the code qualitygood first issueEasy/simple issues perfect for newcomers to get involved in the project
I made sure that there are no existing issues - open or closed - which I could contribute my information to.
I have taken the time to fill in all the required details. I understand that the bug report will be dismissed otherwise.
Affected version
Every version, but in particular this issue was opened after #2335
The problem
We should add more tests for methods that query/use the database, after mocking the NewPipeExtractor. These kind of tests would not be too difficult to do (android tests would, instead, I think), but would anyway allow us to ensure things work correctly faster. For example we could start by adding a test for the SubscriptionManager.rememberAllStreams() method introduced in #2335, see #2335 (comment).
The text was updated successfully, but these errors were encountered:
@ktprograms Sorry my mistake:(
I have no problem using git, but it's the first time for me to write database tests, so if there is a quickstart maybe I can finish it more quickly.
codequalityImprovements to the codebase to improve the code qualitygood first issueEasy/simple issues perfect for newcomers to get involved in the project
3 participants
You can’t perform that action at this time.
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.
Checklist
Affected version
Every version, but in particular this issue was opened after #2335
The problem
We should add more tests for methods that query/use the database, after mocking the NewPipeExtractor. These kind of tests would not be too difficult to do (android tests would, instead, I think), but would anyway allow us to ensure things work correctly faster. For example we could start by adding a test for the
SubscriptionManager.rememberAllStreams()method introduced in #2335, see #2335 (comment).The text was updated successfully, but these errors were encountered: