Skip to content

Commit

Permalink
Add todo to use Stubber for mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Psykar committed Mar 4, 2019
1 parent da10029 commit 46bcfdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions missioncontrol/tests/test_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from django.utils import timezone, dateformat


# TODO use botocore.Stubber
@patch('home.models.boto3')
@pytest.mark.django_db
def test_file_put_get(boto3_mock, test_client, some_hash, simple_file):
Expand Down

0 comments on commit 46bcfdb

Please sign in to comment.