Skip to content

Commit

Permalink
print image
Browse files Browse the repository at this point in the history
  • Loading branch information
BelousSofiya committed Oct 8, 2023
1 parent 22ed195 commit 8e67003
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions profiles/tests/test_crud_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,7 @@ def test_full_update_profile_authorized_with_full_data(self):
},
)
# print(image.size, '#'*10)
print(self.right_image)
max_right = sys.getsizeof(self.right_image)
print(max_right, "$" * 10)
max_wrong = sys.getsizeof(self.wrong_image)
Expand Down

0 comments on commit 8e67003

Please sign in to comment.