-
-
Notifications
You must be signed in to change notification settings - Fork 175
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
Increase pytest coverage #1229
Comments
Adding a coverage checker in #1555 and Editing the first comment to add the tasks that need completing. Would love to get to 100% coverage and think that's easily achievable. We can use Put your name beside a file if interested in adding tests for that. Tests go in the |
It appeals to my meticulous nature. 😁 |
@Super-Fly did some excellent work in #949 and #1176 to refactor out Python code.
We should look to increase our pytest coverage to test some of these function/helper files.
server/init.py
(69%) - @bazzadp - Add remaining pytest for 100% cover #1853server/config.py
(96%) - @AbbyTsai - Pytest config.py #1605server/errors.py
(65%) - @bazzadp - Add remaining pytest for 100% cover #1853server/helpers.py
(31%) - @bazzadp - Pytest tests for helpers.py #1576server/language.py
(78%) - @bazzadp - Add remaining pytest for 100% cover #1853server/routes.py
(58%) - @bazzadp - Add pytests for routes.py #1607server/validate.py
(60%) - @bazzadp - Support language redirects #1523Latest coverage report (will update this as we merge each PR):
The text was updated successfully, but these errors were encountered: