Is there a library to unit test graphdb cypher queries using python

You can also put your queries into .cypher files and use a linter like libcypher-parser to check that your queries are valid.