Post update

This commit is contained in:
simonwt 2026-04-07 23:37:55 +01:00
parent 1995e0479f
commit a42a3b65d9
9 changed files with 116 additions and 17 deletions

View file

@ -11,6 +11,7 @@ from tests.utils.get_user_slug_from_path import TestGetUserSlugFromPath
from tests.utils.get_userprofile_pksk_from_slug import TestGetUserprofilePkskFromSlug
from tests.wrappers.create_post import TestCreatePost
from tests.wrappers.update_post import TestUpdatePost
from tests.wrappers.create_comment import TestCreateComment
from tests.wrappers.react import TestReact
from tests.wrappers.vote import TestVoteCast