Skip to content

Conversation

@mpbrucker
Copy link
Contributor

As per #57. Also adds a unit test for this functionality.

self.assertEqual(response.status_code, 201)
self.assertEqual(response._status_code, 201)

def test_date_range(self):
Copy link
Contributor

@osteele osteele May 7, 2018

Choose a reason for hiding this comment

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

This code was moved to test_events.py. It looks like the change is the addition of the last subtest. It should go in that file instead of adding this method here.

Copy link
Contributor

@osteele osteele left a comment

Choose a reason for hiding this comment

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

Approved once the comment is addressed and it passes CI.

@osteele
Copy link
Contributor

osteele commented May 10, 2018

Still good to go once the comment and CI failure are addressed.

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