scrape-up icon indicating copy to clipboard operation
scrape-up copied to clipboard

Added test files for BBC News Module

Open Santhosh-Siddhardha opened this issue 9 months ago • 0 comments

Description

This pull request adds comprehensive unit tests for all methods within the bbc module and includes a dedicated test file (bbc_test.py) located in the src/test directory. The tests are implemented using Python's unittest framework to ensure robust validation of the module's functionality.

And aslo updated small mistake in BBC News in dev-documentation.md.

Resolves: #855

Checklist

Before submitting this pull request, kindly verify that the ensuing checkpoints have been reached.

  • [x] Have you adhered to the repository's defined coding convention rules?
  • [ ] Have you updated the 'documentation.md' file with the method/function documentation?
  • [x] Have you sent a message along with the result or response?
  • [x] Have you used the try-catch technique?
  • [x] Has the method/class been added to the documentation (md file)?

Screenshots

Screenshot 2024-05-12 185721

Change in dev-documentation.md

  • Before Change

Screenshot 2024-05-12 190612

  • After Change

Screenshot 2024-05-12 192750

Additional Notes/Comments

None


I certify that I have carried out the relevant checks and provided the requisite screenshot for validation by submitting this pull request. I appreciate your contribution.

Santhosh-Siddhardha avatar May 12 '24 14:05 Santhosh-Siddhardha