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

WIP: Resolve #165: Classroomに劇の時間を追加 #302

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

sansyo-k
Copy link

@sansyo-k sansyo-k commented Feb 7, 2020

変更内容

修正前の挙動:

  • このPRを作る前はどうだったのか。

修正後の挙動:

  • あなたのローカルで再現できている挙動について書いてください。

影響範囲

  • 今回の変更部分以外に、この変更が影響を与えそうなところがあったら書いてください

with client.application.app_context():
target_classroom = Classroom.query.first()

dumpdata = classroom_schema.dump(target_classroom)

Choose a reason for hiding this comment

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

indentation contains mixed spaces and tabs
undefined name 'classroom_schema'

def test_classroom_time(client):
with client.application.app_context():
target_classroom = Classroom.query.first()

Choose a reason for hiding this comment

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

blank line contains whitespace
indentation contains mixed spaces and tabs
indentation contains tabs


def test_classroom_time(client):
with client.application.app_context():
target_classroom = Classroom.query.first()

Choose a reason for hiding this comment

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

undefined name 'Classroom'

@@ -48,6 +48,9 @@ class Classroom(db.Model):
grade = db.Column(db.Integer)
index = db.Column(db.Integer)
title = db.Column(db.String(300))
begin_time = db.Column(db.Time)
end_time = db.Column(db.Time)

Choose a reason for hiding this comment

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

blank line contains whitespace

@Sakuten-Automation Sakuten-Automation temporarily deployed to sakuten-api-dev-pr-302 February 7, 2020 08:59 Inactive
@codeclimate
Copy link

codeclimate bot commented Feb 7, 2020

Code Climate has analyzed commit 9057964 and detected 0 issues on this pull request.

View more on Code Climate.

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.

3 participants