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

unit test integration #13

Open
keturn opened this issue Nov 16, 2017 · 1 comment
Open

unit test integration #13

keturn opened this issue Nov 16, 2017 · 1 comment

Comments

@keturn
Copy link

keturn commented Nov 16, 2017

The test harness for a Django application has to be able to do several things:

  • Connect to a database which is separate from the database used by runserver.
  • Run tests from multiple processes (using test --parallel) without concurrent tests interfering with each other.
@keturn
Copy link
Author

keturn commented Nov 16, 2017

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.

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

No branches or pull requests

1 participant