目录引言一、安装 py2neo二、连接到 Neo4j三、创建节点和关系1. 创建节点2. 创建带有关系的节点四、查询数据1. 查询节点2. 查询带关系的节点3. 查询节点和关系五、更新和删除数据1. 更新节点的属性2. 删除节点和关系
I am setting up some MSTest based unit tests.To make my life easier I want to use a base class that handles the generic setup and taredown all of my tests require.My base class looks like this: