Pregunta

I need to get coverage reports for a project I've based in tornado.

But I can't get the configuration for coverage to use the tornado runner instead of the one in the standard library.

¿Fue útil?

Solución

Usually it's just

coverage run /the/test/runner options to test runner

sometimes with a --source=thepackage to remove cruft.

What happens when you run that?

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top