dwiel / graphcore

Graphcore is a python library which allows you to query a computational graph structure backed by multiple databases, python functions and/or 3rd party services
11 stars 2 forks source link

add test for multi-level joins #7

Closed dwiel closed 9 years ago

dwiel commented 9 years ago

Right now, I have only test joins down one level deep:

user.id: 1
user.book.name?: None

I need to test at least two levels deep:

user.id: 1
user.book.author.name?: None