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

Add tests for Image #39

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Add tests for Image #39

wants to merge 5 commits into from

Conversation

Themanwhosmellslikesugar
Copy link
Member

No description provided.

images/tests.py Outdated
@@ -3,6 +3,7 @@
import json

from django.urls import reverse
from django.contrib.auth.models import User
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keep alphabetical order.

@karpa4o4
Copy link
Contributor

Make the Implement BaseImageTest class commit first on the list.



class BaseImageTest(BaseSingleUserTest):
"""Base class for the image tests. """
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Base class for the image tests that need to have an images created before running.

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

Successfully merging this pull request may close these issues.

2 participants