Mike

Results 5 comments of Mike

I really like this idea, and I mentioned it to @nedbat as well. We could use the new [dynamic contexts](https://coverage.readthedocs.io/en/coverage-5.0a3/contexts.html#dynamic-contexts) feature to implement this. Basically, the @covers decorator would register...

I started putting together a proof-of-concept for this, just to see how it might be able to work. I created a `@covers(...)` decorator that records covered line numbers in a...

I was thinking it could work similar to how the @patch(…) decorator works for Mock. So it would be a full path, like @covers('myproj.utils.foo') On Thu, Oct 14, 2021 at...

Here is my recommendation for the UX changes, slightly modified from the above suggestion. # Read This First * **Don’t report security issues here! See our guidelines for [Reporting Security...

No not yet. On Thu, Jul 7, 2022 at 4:35 AM piyushjoshi1016 ***@***.***> wrote: > @mayoroftuesday -> Did you get any > workaround for Django 3.2? > > — >...