We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there a way to mock the neo4j database? If not then how can the database-related code be tested?
The text was updated successfully, but these errors were encountered:
At least after 08940bf the SBML and dat file parsing code can be tested.
Sorry, something went wrong.
Following this repo, seems like pytest-mock could be used.
Partially fixed in 3ad7217.
Database-related code can be mocked during testing, but how should the Cypher queries be validated?
No branches or pull requests
Is there a way to mock the neo4j database? If not then how can the database-related code be tested?
The text was updated successfully, but these errors were encountered: