We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need to increase our code coverage, for initial we can start off by writing test cases for the following two simple functions :
check_url(url: str)
vault.py
check_ip(ip: str)
The text was updated successfully, but these errors were encountered:
I would like to work on this. I've already done a simple test for the check_url(str) in a new branch "testing-vault.py" in the repository I forked.
Sorry, something went wrong.
@FrancescoPenasa Sure. Go ahead :)
@abhisharma404 I want to do this one .
@sap143 Sure. Go ahead
I am not getting what exactly I have to do .please guide me
@sap143 you can just google that. Increasing code coverage means writing test for code. Ex: https://developer.ibm.com/recipes/tutorials/testing-and-code-coverage-with-python/
This is just one example you can find more online.
sap143
No branches or pull requests
We need to increase our code coverage, for initial we can start off by writing test cases for the following two simple functions :
check_url(url: str)
invault.py
check_ip(ip: str)
invault.py
The text was updated successfully, but these errors were encountered: