Skip to content
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

Test coverage for ZODB backend is below 100% #80

Open
stevepiercy opened this issue Dec 27, 2019 · 0 comments
Open

Test coverage for ZODB backend is below 100% #80

stevepiercy opened this issue Dec 27, 2019 · 0 comments
Labels
help wanted sprintable Good for sprint topic

Comments

@stevepiercy
Copy link
Member

After generating a project using ZODB on the backend, then running tests with coverage via pytest --cov reveals test coverage is only at 42%.

Name                           Stmts   Miss  Cover
--------------------------------------------------
zodb_demo/__init__.py             16     11    31%
zodb_demo/models/__init__.py       8      4    50%
zodb_demo/pshell.py                6      6     0%
zodb_demo/routes.py                2      2     0%
zodb_demo/views/__init__.py        0      0   100%
zodb_demo/views/default.py         4      0   100%
zodb_demo/views/notfound.py        4      0   100%
--------------------------------------------------
TOTAL                             40     23    42%

See also #79.

@stevepiercy stevepiercy added help wanted sprintable Good for sprint topic labels Dec 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted sprintable Good for sprint topic
Projects
None yet
Development

No branches or pull requests

1 participant