import unittest from util.database import update_sent_status class TestUpdataDb(unittest.TestCase): def test_updata_db(self): update_sent_status(350)