neo4j-contrib / neomodel

An Object Graph Mapper (OGM) for the Neo4j graph database.
https://neomodel.readthedocs.io
MIT License
939 stars 231 forks source link

Extract connection to prev_url into fixture #734

Closed mariusconjeaud closed 1 year ago

mariusconjeaud commented 1 year ago

After each connection to Aura in the test, we reconnect to the initial URL to not impact subsequent tests.

It is cleaner to put this into a teardown fixture ; and it might also fix the random Aura connection test failures.

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

codecov[bot] commented 1 year ago

Codecov Report

Merging #734 (cab3ef4) into rc/5.1.1 (1a04c7e) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##           rc/5.1.1     #734   +/-   ##
=========================================
  Coverage     85.93%   85.93%           
=========================================
  Files            17       17           
  Lines          2367     2367           
=========================================
  Hits           2034     2034           
  Misses          333      333