-
Notifications
You must be signed in to change notification settings - Fork 31
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
Write tests #5
Comments
Looks fun! But how can I write unit test for random generator (forgive my innocence, I am new to python)? |
There're other functions as well. Please have a look at other modules as well. :) |
Do you specifically want tests for each feature offered as described in the README.md file? If so, I'll take this on. |
Yes, that would be great. All the functions present in the library. |
No problem, you can assign this to me so. |
Sure thing! 👍 |
if it's not a problem I started writing some tests, I didn't see @theycallmemac post here |
@theycallmemac are you still working on this issue? |
I am, but I'll let @edo-vi work away, if they aren't sufficient, let me know and I'll see what I can do! best of luck |
@theycallmemac meanwhile you can check #8 😄 |
It may be worth considering to specify which function you'll test as well as the cases they cover. That way multiple contributors could work on tests & the pull request will be one, cohesive iteration. |
I am testing ipv4 & ipv6! |
@samuelrey That was unintentional. |
Gotcha! |
What version of python should we be targeting? |
Upto 3 |
Has anything been done on this? |
I lost my local changes D: |
Closing this issue, |
No tests have been written as of now. Writing tests would be very helpful.
The text was updated successfully, but these errors were encountered: