>
> During development, web frameworks often spawn a subprocess to serve
> requests so that they can reload the code if it changes. You might be
> measuring only the first process, and not the spawned process that is
> actually doing the work.
>
Ah, thanks Ned. That makes sense. I suspect the subprocess coverage section
in the documentation might be helpful.

Skip
_______________________________________________
code-quality mailing list -- code-quality@python.org
To unsubscribe send an email to code-quality-le...@python.org
https://mail.python.org/mailman3/lists/code-quality.python.org/
Member address: arch...@mail-archive.com

Reply via email to