use Blueprints

This commit is contained in:
Stefan Allius
2025-04-16 01:45:10 +02:00
parent e66d2e864b
commit fbca07bd59
5 changed files with 14 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
# test_with_pytest.py
import pytest
from web.route import app
from server import app
pytest_plugins = ('pytest_asyncio',)