Open matrixise opened 10 years ago
The following line
assert len(backend.filter(Actor, query)) == len([leonardo_di_caprio, david_hasselhoff, charlie_chaplin, marlon_brando])
must be changed to this:
assert len(backend.filter(Actor, query)) == len([leonardo_di_caprio, david_hasselhoff])
Hi Andreas,
When I execute the tests with py.test, here is the output.