We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50c4c04 commit f00c7fcCopy full SHA for f00c7fc
tests/core/test_client.py
@@ -618,3 +618,6 @@ async def test_drop_indexes(client: Pyneo4jClient, session: AsyncSession):
618
async def test_register_models_dir(client: Pyneo4jClient):
619
await client.register_models_dir("tests/fixtures/models")
620
assert len(client.models) == 6
621
+
622
+ for model in client.models:
623
+ assert getattr(model, "_client", None) is not None
0 commit comments