Fix version, add very basic test
All checks were successful
ci/woodpecker/tag/build Pipeline was successful
ci/woodpecker/tag/test Pipeline was successful

This commit is contained in:
phil 2025-06-27 05:14:05 +02:00
parent b9835d9a29
commit 31b6cb620b
6 changed files with 225 additions and 137 deletions

13
tests/basic.py Normal file
View file

@ -0,0 +1,13 @@
import os
import asyncio
import pytest
os.environ["CONFIG"] = "configs/local.yaml"
from tinysteady_mailer.tsmailer import mailer
@pytest.mark.asyncio
async def test_read_main():
await mailer()