Closed GoogleCodeExporter closed 8 years ago
How would this be different to:
with mock.patch.object(settings, 'ITEM_PER_PAGE', 2):
# ...
Or:
with mock.patch.multiple(settings, ITEM_PER_PAGE=2):
# ...
?
Original comment by fuzzyman
on 29 Jan 2013 at 10:42
Original comment by fuzzyman
on 14 Nov 2013 at 11:12
Original issue reported on code.google.com by
timo...@gmail.com
on 28 Jan 2013 at 7:33