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

Feat: Add test files for WHO module #1089

Closed
3 tasks done
Santhosh-Siddhardha opened this issue May 31, 2024 · 1 comment · Fixed by #1101
Closed
3 tasks done

Feat: Add test files for WHO module #1089

Santhosh-Siddhardha opened this issue May 31, 2024 · 1 comment · Fixed by #1101
Assignees

Comments

@Santhosh-Siddhardha
Copy link
Contributor

Santhosh-Siddhardha commented May 31, 2024

Describe the feature

  • Test all the methods of the who module and add a test file.
  • Will add test file in directory src/test.
  • Will Check the WHO.py file as a reference to get an idea about structuring the code.
  • Will use unittest only.

Add ScreenShots

image

Similar to above files

Record

  • I agree to follow this project's Code of Conduct
  • I'm a GSSoC'24 contributor
  • I want to work on this issue
@Santhosh-Siddhardha Santhosh-Siddhardha changed the title Feat: Add test files for udemy module Feat: Add test files for WHO module Jun 1, 2024
@nikhil25803
Copy link
Member

Go ahead @Santhosh-Siddhardha

Note

  • Please create a separate module for this, as in the folder and project structure (if it is already created, just add your features as functions in the same module).
  • Do not use the `selenium web driver as it is incompatible with all devices and cloud platforms.
  • Before making any changes, please check whether the module you want to add exists. If yes, then you can add your functionality as a method only make a separate module and class for it.

All the best 👨‍💻

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 a pull request may close this issue.

2 participants