Using neo4j with django and parallel tests -


i have django app , large test suite i'd run in parallel django supports parallel testing. however, i'm using neo4j piece of data storage. neo4j not support multiple databases in single dbms way postgres , others do, afaict.

is there out there who's made test runner that'll spawn neo4j instances parallel testing? or other recommendations how handle parallel testing while connecting neo4j?

can use independend graphs within same database?

you start individual docker containers different parallel tests.


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -