-
Notifications
You must be signed in to change notification settings - Fork 15
fix: Fixing get_storage
functionality as per new django52.
#421
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #421 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 16 16
Lines 435 442 +7
Branches 47 49 +2
=========================================
+ Hits 435 442 +7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
requirements/test.in
Outdated
@@ -9,3 +9,4 @@ pytest-cov # pytest extension for code coverage statistics | |||
pytest-django # pytest extension for better Django support | |||
rules # Authorization rules for test cases | |||
testfixtures # Provides the LogCapture utility used in some tests | |||
django-storages |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding for tests only.
@feanil Please review this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good based on my testing too. Let's wait for Feanil's review on this before merging.
@feanil waiting for your approval on this PR to merge this. |
@feanil its ready. |
Fixing get_storage method.