Published and fixed tests

This commit is contained in:
simonwt 2026-04-02 16:57:24 +01:00
parent 8af675d341
commit c6c7e7bb28
35 changed files with 15 additions and 6 deletions

View file

@ -1,3 +1,5 @@
import sys
sys.path.insert(0, './src/')
import unittest
from tests.wrappers.create_post import TestCreatePost