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

Adding option to not expand events in GET request #244

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

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.

2 participants