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

Fix make objects path not required #12

Closed

Conversation

rm--
Copy link
Contributor

@rm-- rm-- commented Feb 13, 2015

resolves #6

This test shows that the extract method in Resource class returns only data if
self.objects_path == tuple(). This behavior is wrong, because extract() should
always return a list of data.
If the objects_path and object_path are only a tuple the data will be returned as list.
Now test behavior has changed. When objects_path == tuple() durga won't throw
an exeption.
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.

Make objects_path not required
2 participants