This commit is contained in:
2025-03-09 17:01:54 +00:00
parent ca83ca6e2a
commit 53aeaef20f
31 changed files with 1003 additions and 459 deletions

View File

View File

@@ -1,6 +0,0 @@
import pytest
@pytest.mark.asyncio
async def test_coreapp():
assert 1 == 1

View File

View File

@@ -0,0 +1,3 @@
class TestMenuDomain:
def test_entity(self):
assert 1 == 1