5 lines
95 B
Python
5 lines
95 B
Python
import unittest
|
|
|
|
from tests.wrappers.create_post import TestCalculations
|
|
|
|
unittest.main()
|