Base project structure
This commit is contained in:
Binary file not shown.
6
tests/unittests/coreapp_test.py
Normal file
6
tests/unittests/coreapp_test.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import pytest
|
||||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
async def test_coreapp():
|
||||
assert 1 == 1
|
Reference in New Issue
Block a user