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 284174a commit 1784e5aCopy full SHA for 1784e5a
.gitignore
@@ -9,5 +9,6 @@ scratch
9
wiki_schema.yaml
10
docs/_build/
11
.venv
12
+.env
13
coverage.xml
14
dist/
conftest.py
@@ -6,12 +6,6 @@
6
from testcontainers.compose import DockerCompose
7
8
-# @pytest.fixture(scope="session")
-# def event_loop():
-# loop = asyncio.get_event_loop_policy().new_event_loop()
-# yield loop
-# loop.close()
-
15
16
@pytest.fixture(scope="session", autouse=True)
17
def redis_container():
0 commit comments