Unit testing weyhay

This commit is contained in:
simonwt 2026-04-01 21:42:11 +01:00
parent c27a89b8f9
commit b47f651323
3 changed files with 45 additions and 0 deletions

5
unittests.py Normal file
View file

@ -0,0 +1,5 @@
import unittest
from tests.wrappers.create_post import TestCalculations
unittest.main()