You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After test are finished in the tests/media there are left images. Some of them are generated from tests/media/reference.png and when tests are executed again the process of generating the image will not be tested because the image is already there.
In this case it was impossible to reproduce the issue described in #350.
The text was updated successfully, but these errors were encountered:
* release/4.0:
Bump version to 4.0
Universal wheels!
Replaces #301 autodiscover works with AppConfig
Ignore autogenerated CTags file
Do not try south modelinspector when not needed
Make it possible to configure IMAGEKIT_CACHE_TIMEOUT
Test against Django 1.11
Close the file only if it has been opened locally
Cleanup caching configuration
updated readme.rst with a svg badge
honor post_save's update_fields and only fire the source_saved signal when needed
Ignore VSCode workspace config files
Fixed#350: Error when trying to access width/height after url
Fixes#382: Tests no longer leave junk
Fixes#379 Support for Django 1.10
Ignore .idea from git
Include the test suite in the sourcetarball but do not install it.
Make travis happy
Drop support for older Django and Python versions
Replace Lenna image in tests with a truly free alternative.
Move compat module outside of templatetags package
Fix test requirements for django 1.9 and Python3.5
After test are finished in the
tests/media
there are left images. Some of them are generated fromtests/media/reference.png
and when tests are executed again the process of generating the image will not be tested because the image is already there.In this case it was impossible to reproduce the issue described in #350.
The text was updated successfully, but these errors were encountered: