Almer

Results 2 issues of Almer

I have the following model: ``` class Person(models.Model): user = models.OneToOneField("auth.User", on_delete=models.CASCADE, blank=True, null=True) ``` Now I want to make a recipe for a user that has a person to...

**Describe the bug** Playwright tests don't have full coverage in the coverage report, even though the code is run. **To Reproduce** 1. What version of Python are you using? 2....

bug