django-mock-queries icon indicating copy to clipboard operation
django-mock-queries copied to clipboard

Add support for "union"

Open wandering-tales opened this issue 4 years ago • 0 comments

I used this library in several scenarios and it worked flawlessly. However I discovered that the union method of the QuerySet is not explicitly implemented. That causes union to be a MagicMock and an empty QuerySet is returned.

wandering-tales avatar Nov 04 '21 08:11 wandering-tales