Clueless-Community / scrape-up

A web-scraping-based python package that enables you to scrape data from various platforms like GitHub, Twitter, Instagram, or any useful website.

Home Page:https://pypi.org/project/scrape-up/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feat: Add test files for lichess module

Santhosh-Siddhardha opened this issue · comments

Describe the feature

  • Test all the methods of the lichess module and add a test file.
  • Will add test file in directory src/test.
  • Will Check the lichess.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

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 👨‍💻