mirror of
https://github.com/jazzband/django-downloadview.git
synced 2026-03-16 22:40:25 +00:00
When I change assertCalledOnceWith() to assert_called_once_with(), make test succeeds but shows another failure: ``` AssertionError: Expected call: mock(sentinel.size, sentinel.modified_time) Actual call: mock(sentinel.since, sentinel.modified_time, sentinel.size) ``` After changing the call accordingly, all 59 tests succeed. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| api.py | ||
| io.py | ||
| packaging.py | ||
| response.py | ||
| sendfile.py | ||
| views.py | ||