Skip to content
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

Auto generated images during tests are not cleaned after that #382

Closed
vstoykov opened this issue Jul 17, 2016 · 0 comments
Closed

Auto generated images during tests are not cleaned after that #382

vstoykov opened this issue Jul 17, 2016 · 0 comments

Comments

@vstoykov
Copy link
Collaborator

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.

vstoykov added a commit to vstoykov/django-imagekit that referenced this issue Jul 17, 2016
vstoykov added a commit that referenced this issue Jul 17, 2016
Fixes #382: Tests no longer leave junk
vstoykov added a commit that referenced this issue Feb 22, 2017
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant