Glueon
Results
2
issues of
Glueon
Wouldn't it be reasonable to have a request factory, which sets `user` field by default on every created request? Like `admin_client` does. For example: ```py @fixture def rf_admin(admin_user): from django.test.client...
Hello, Very cool plugin, but is it possible to combine it with any plugin or add a function of automatic test rerun on file modifications? I used https://github.com/joeyespo/pytest-watch but it...