You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please correct me if I'm wrong — I haven't tried to integrate django-neomodel with our application yet — but I don't see anything in this repo yet that provides for that.
We have some code, written against py2neo v2 and Django 1.9, that implements this. We could probably make it available for django-neomodel if we figure out how to untangle it from the rest of our test suite ...
Our implementation does rely on py2neo's neobox, which I haven't seen ported to neo4j v3 yet.
The test harness for a Django application has to be able to do several things:
runserver
.test --parallel
) without concurrent tests interfering with each other.The text was updated successfully, but these errors were encountered: