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

With pytest-pyramid-server how to get coverage for requests? #154

Open
qlands opened this issue Dec 12, 2019 · 0 comments
Open

With pytest-pyramid-server how to get coverage for requests? #154

qlands opened this issue Dec 12, 2019 · 0 comments
Labels

Comments

@qlands
Copy link

qlands commented Dec 12, 2019

I'm using pytest-pyramid-server to test a Pyramid application.

The server starts fine and I get some coverage information however no matter the request I made for example:

assert pyramid_server.get('/')
assert pyramid_server.get('/login')
assert pyramid_server.get('/join')

I still get the coverage of starting the server but never increases with any request.

Any idea how can I do that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants