When using the client-server technique we are running some WSGIServer using pulsar arbiter. Then we use pulsar HttpClient to fetch some data and check response. In this case coverage.py doesn't "notice" which code was covered by the tests (maybe it is becaus of the asynchronous architecture, I'm not sure). How can we make coverage.py "notice" which code was covered when testing pulsar applications?
Best regards, Stanislav
lsbardel
unread,
Mar 7, 2017, 3:40:26 PM3/7/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to python-pulsar
Did you set the .coveragerc concurrency in your package in a similar way to pulsar?
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to python-pulsar
That was exactly it! Thanks you so much! I pardon my lame question, I'm not really experienced with coverage.py yet :-) You are always extremely helpful
среда, 8 марта 2017 г., 1:40:26 UTC+5 пользователь lsbardel написал: