-
Notifications
You must be signed in to change notification settings - Fork 7
How to Contribute
Pratik Pingale edited this page Sep 29, 2022
·
1 revision
- 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
- 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
Note
Output in Readme is trimmed for better readability. General verbose output is much detailed.