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

Games | Comment's tests #410

Open
wants to merge 1 commit into
base: games
Choose a base branch
from

Conversation

s2000nat
Copy link

Created directory with tests ./games/community/tests.

@s2000nat s2000nat changed the title Comment's tests Games | Comment's tests Aug 1, 2023
@kieled kieled added the games label Aug 1, 2023
@@ -77,7 +77,7 @@
'USER': os.environ.get('POSTGRES_USER', 'postgres'),
'PASSWORD': os.environ.get('POSTGRES_PASSWORD', 'postgres'),
'HOST': os.environ.get('DB_HOST', '127.0.0.1'),
'PORT': os.environ.get('DB_PORT', '5432'),
'PORT': os.environ.get('DB_PORT', '5433'),
Copy link
Collaborator

Choose a reason for hiding this comment

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

зачем порт менять?


def test_comment_created_with_correct_data(self):
response = self.client.get(reverse("review-comments",
kwargs={"review_id": f"{self.review.id}"}))
Copy link
Collaborator

Choose a reason for hiding this comment

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

скобка на новой строке, в этом файле везде посмотри

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants