File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -307,7 +307,7 @@ This section describes instructions to use during the development phase of the d
307307
308308### Testing
309309
310- Tests ** require** the latest [ Testkit 4.3 ] ( https://github.com/neo4j-drivers/testkit/tree/4.3 ) , Python3 and Docker.
310+ Tests ** require** the latest [ Testkit] ( https://github.com/neo4j-drivers/testkit/ ) , Python3 and Docker.
311311
312312Testkit needs to be cloned and configured to run against the Go Driver. Use the following steps to configure it.
313313
@@ -330,10 +330,11 @@ export TEST_DRIVER_NAME=go
330330export TEST_DRIVER_REPO=< path for the root folder of driver repository>
331331```
332332
333- To run test against against some Neo4j version:
333+ To run test against some Neo4j version:
334334
335335``` shell
336336python3 main.py
337337```
338338
339- More details about how to use Teskit can be found on [ its repository] ( https://github.com/neo4j-drivers/testkit/tree/4.3 )
339+ More details about how to use Testkit can be found on [ its repository]
340+ (https://github.com/neo4j-drivers/testkit/ )
You can’t perform that action at this time.
0 commit comments