Skip to content

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'

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
@qlty-cloud-legacy
Copy link

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.

4 participants