-
Notifications
You must be signed in to change notification settings - Fork 1
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
Configure and implement Pytest #68
Comments
After a quick search I guess the best testing tool is pytest |
The |
To add the test coverage badge to this project is needed an action by the owner @ralphg6.
I suggest to first make this configuration in test |
Another option is to use this simple and awesome project to generate the badge image: After that is just needed to store the badge somewhere in the repository and link it to README.md, some more configurations must be needed in CI tools. What do you think? 🤔 |
I removed codecov integration why Codeclimate already is configurated and he to integrate with the Coverage.py and the integration already was configured. @arthurTemporim for me, the task 'Add badge of project coverage' was completed by #74. |
This issue aims to configure a unit tests tool.
Tasks:
Is important too:
components
usage). Moved to Configure integration tests #76Define how to make stress testsThe text was updated successfully, but these errors were encountered: