-
-
Notifications
You must be signed in to change notification settings - Fork 303
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
More unit tests #34
Comments
I'm new to this project but have always had an interest in web scraping :). I can give this a go if nobody else has taken it yet... |
@esell sure, let me organize the task better in order to make it easier to track the progress. |
@ziflex, so these tests should be browser based? I'm looking at
Should this be something that would require a mock server to test against or is generating the test data inside of the tests and passing that to the functions ok? As you can likely tell, this code base is brand new to me so I'll have to poke around a bit to get an understanding :). |
@esell hey, |
Ok cool, I think that makes sense haha. I'll put together a handful of tests and submit a WIP PR to see what you think. If it looks good I'll keep at it, if not we can talk then ;) |
@esell you can do it with small chunks. it will be easier to track the progress and make changes. |
Hi, I am new to this project and would like to work on this if there is still need?! |
Hey, welcome! Sure, the overall coverage is still pretty low, so any help is appreciated! |
Hello, I wanna help with the test some consideration or example I should read |
Hi this is my PR for add new Tests #734 |
Hey, thanks for your offer to help! Drivers are not very well covered with unit tests. If |
I've opened a PR here for more unit tests. Let me know if this is still needed. |
Hi. |
Hi. |
We need more unit tests in
runtime
package.The text was updated successfully, but these errors were encountered: