Skip to content
Pratik Pingale edited this page Sep 29, 2022 · 1 revision

Contributing

  • Feel free to contribute on this project! Just fork it, make any change on your fork and add a pull request on current branch! Any advice, help or questions would be appreciated :shipit:

Contributors

Stats

Testing

  • Test cases must be updated as we don't want any unexpected exception to pop-up in-between long runs.
  • Before creating a PR make sure to run all the test cases.
$ python3 -m unittest -b
  • Or a module specific test cases using
$ python3 -m unittest modules.tests.test_crawler -b
Clone this wiki locally