This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ./tests/conftest.py | |
| import pytest | |
| from neomodel import config, db | |
| from converter import Converter | |
| @pytest.fixture(scope="session") | |
| def db_connection(): | |
| """Setup Neo4j database connection for all tests""" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| Python 3.11.9, Win11, i5-10300H | |
| Entries: 1000 | |
| Queries: 100 | |
| Results (in seconds): | |
| Op SQLAlchemy Raw SQL Diff | |
| -------------------------------------------------- | |
| Select 0.3067 0.0420 7.30 |