-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Wanna contribute? Please add the missing tests #1233
Comments
I know that there are 3 warnings that are displayed when you run |
@vbrazo I would love to help! Should I be assigned to this to prevent test duplication? |
You can go ahead and make your changes. Link your PR in this issue so people will see that you're working on it. |
@vbrazo I am struggling to follow the flow of the tests. Is there any documentation of how the testing works? Or any resources you can point me to? I do apologize for slowing you down and really appreciate any help or insight you can provide 😄 |
@ZASMan Thanks for the feedback. 👏 I am trying to play with it a bit (to understand it) by trying to print to the terminal from an arbitrary method (inside one of the test files). But, it seems none of the methods get executed when I run the tests except on the edit: better picture. |
Method names must begin with |
Thanks @stympy! I just remembered that 😄 I was trying to figure out if they were being run some other way, somehow. Thanks again !! |
Impressive skill @vbrazo I wasn't sure on how to test for the last ones you did! 😮 👍 |
If you're just starting to work with Faker, you should read the contributors file.
After setting up the project in your local machine, you should run the tests to find the missing tests.
Take a look at the screenshoot.
The goal should be adding tests for the files that have coverage < 100%.
Do you want to be part of the solution?
The text was updated successfully, but these errors were encountered: