flake8
passed.
JSHint
passed.
Review Request #12434 — Created July 4, 2022 and submitted
Information | |
---|---|
chipx86 | |
Djblets | |
release-3.x | |
Reviewers | |
djblets | |
The unit tests for the gravatar template tags were living in
djblets.gravatars.templatetags.tests
, which was getting loaded when
Django loaded the list of available template tags.This in turn caused all test-related code to load, including
kgb
. This
resulted in failures in production.These tests have now been moved into
djblets.gravatars.tests
.
Unit tests pass.
Deployed to production and didn't hit the import issues.
Summary | |
---|---|
Description | From | Last Updated |
---|---|---|
Need a blank line in here. |
|
Added a missing blank line.
Commits: |
|
|||||||||
---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+68 -72) |