Skip to content
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

test: refactored crawler unittests (#14) #33

Merged

Conversation

sudiptob2
Copy link
Contributor

@sudiptob2 sudiptob2 commented Feb 23, 2023

Fixes #14
Related to #1

  • Organized crawler tests inside class
  • Replaces asserts with unittest.assertEqual
  • Fixed indentation of the code
  • Organized imports.

Signed-off-by: Sudipto Baral <sudiptobaral.me@gmail.com>
Signed-off-by: Sudipto Baral <sudiptobaral.me@gmail.com>
@sudiptob2
Copy link
Contributor Author

Some of the tests were already failing. Could you please review the PR and give comment on how I can proceed further? @mshudrak

@mshudrak
Copy link
Collaborator

Thanks! LGTM. Merging. We have a separate issue to fix the failing tests.

@mshudrak mshudrak merged commit 3292c4c into google:main Feb 23, 2023
@sudiptob2
Copy link
Contributor Author

Thanks! LGTM. Merging.
Great 🚀 The project is moving so fast 💯

@sudiptob2 sudiptob2 deleted the test/14/continue-test-on-assertion-fail branch June 6, 2023 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Do not stop if one unit test fails
2 participants