test appi client

This commit is contained in:
simonwt 2026-04-07 13:08:01 +01:00
parent d136f37b5f
commit 9c372fd266
3 changed files with 50 additions and 2 deletions

View file

@ -8,10 +8,11 @@ from tests.utils.make_comment_sk import TestMakeCommentSk
from tests.utils.make_post_sk import TestMakePostSk
from tests.utils.get_child_spksk_from_paths import TestGetChildSpkskFromPaths
from tests.wrappers.create_post import TestCreatePost
from tests.wrappers.create_comment import TestCreateComment
from tests.wrappers.react import TestReact
from tests.wrappers.vote import TestVoteCast
from tests.apiclient import TestAPIClient
unittest.main()