updt
This commit is contained in:
0
tests/unittests/__init__.py
Normal file
0
tests/unittests/__init__.py
Normal file
Binary file not shown.
@@ -1,6 +0,0 @@
|
||||
import pytest
|
||||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
async def test_coreapp():
|
||||
assert 1 == 1
|
0
tests/unittests/domain_tests/__init__.py
Normal file
0
tests/unittests/domain_tests/__init__.py
Normal file
0
tests/unittests/domain_tests/menu/__init__.py
Normal file
0
tests/unittests/domain_tests/menu/__init__.py
Normal file
3
tests/unittests/domain_tests/menu/test_menu_domain.py
Normal file
3
tests/unittests/domain_tests/menu/test_menu_domain.py
Normal file
@@ -0,0 +1,3 @@
|
||||
class TestMenuDomain:
|
||||
def test_entity(self):
|
||||
assert 1 == 1
|
Reference in New Issue
Block a user