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 62de2c6 commit 83acfcaCopy full SHA for 83acfca
README.md
@@ -40,7 +40,7 @@ You need to provide the connection URL for the engine when invoking the pytest c
40
41
Or override the `sqlalchemy_connect_url` fixture on your conftest file:
42
43
- @pytest.fixture()
+ @pytest.fixture(scope="session")
44
def sqlalchemy_connect_url():
45
return 'postgresql://scott:tiger@localhost:5432/mydatabase'
46
0 commit comments