various #16

Merged
dan merged 94 commits from various into dev 2023-12-14 14:04:01 +01:00
Showing only changes of commit 4d8033ca9d - Show all commits

View file

@ -93,7 +93,7 @@ def URL(env_config: dict[str, str]) -> BaseUrl:
@pytest.fixture(scope="session")
def imap_client() -> None:
def imap_client() -> Generator[Imbox]:
"""imap email client using credentials from environment variables"""
assert os.environ["IMAP_HOST"]