Efraim Flashner <efr...@flashner.co.il> writes: > On Fri, 11 Dec 2015 15:03:39 +0100 > Ricardo Wurmus <ricardo.wur...@mdc-berlin.de> wrote: > >> Efraim Flashner <efr...@flashner.co.il> writes: >> > ... >> > + (description >> > + "Pytest-cov produces coverage reports. It supports centralised >> > testing and >> > +distributed testing in both load and each modes. It also supports >> > coverage >> > +of subprocesses.") >> >> I just noticed that I don’t understand the second sentence. What does >> “in both load and each modes” mean? > > I don't actually know, but it likely refers to how packages are used in > python. I can grok "loading a module" but I'm not sure what each is. I'll > look into it and try to figure that out.
Ah, so thats in both “load” and “each” modes. I read this unquoted and it didn’t make any sense at all. Maybe it’s sufficient to just quote the terms? Or if they are code keywords wrap them in “@code{...}”? ~~ Ricardo