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 1502065 commit 5c3c3f9Copy full SHA for 5c3c3f9
.github/workflows/pytest_unit.yml
@@ -30,5 +30,6 @@ jobs:
30
31
- name: Run unit tests
32
run: |
33
+ export PYTHONPATH=src
34
source ./venv/bin/activate
35
pytest ./tests/unit -v
tests/conftest.py
@@ -1,5 +1,4 @@
1
# Configuration of Pytest
2
-import asyncio
3
import logging
4
from collections.abc import AsyncGenerator
5
from typing import Any
0 commit comments