-
Notifications
You must be signed in to change notification settings - Fork 8
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
Unit test all assertion methods #1
Comments
Hi @csparpa , I've submitted a pull request for the dicts testing. I will try to get some done on the other ones. |
Hello, is this issue still available? I went over the files and found that for Check there is sequences tests missing |
The unit tests are not complete. From the last time I ran it, the code coverage isn't 100%. |
I ran it just now. We are at 94% code coverage. |
Yeah same for me, I started working on test_sequences for |
@hedythedev thanks for contributing to fluentcheck! If you're testing the |
Got it, I checked a few hours ago that there were tests for sequences for Is, but tests for sequences for Check is missing so i was working on it as I said in the comment above :D |
Ideally, test coverage of assertion methods (eg.
is_none(), is_not_none()
, etc.) should be 100%The text was updated successfully, but these errors were encountered: