test(core): add unit tests for untested core modules #203

Open
clu wants to merge 9 commits from test/core-unit-tests into dev
2 changed files with 4 additions and 2 deletions
Showing only changes of commit ceb3957f0c - Show all commits

View File

@@ -16,3 +16,4 @@ pythonpath = [
"src/translation" "src/translation"
] ]
testpaths = ["test"] testpaths = ["test"]
asyncio_mode = "auto"

View File

@@ -1 +1,2 @@
black==25.1.0 black==25.1.0
pytest-asyncio==0.26.0