単体テスト

This commit is contained in:
野間 2023-04-19 14:45:05 +09:00
parent c9b22d901e
commit da3b4251c3

View File

@ -28,13 +28,13 @@ class TestComPharmMapper:
# setup
self.db = database
self.db.connect()
self.db.begin()
# self.db.begin()
# testing
yield
# teardown
self.db.rollback()
# self.db.rollback()
self.db.disconnect()
def test_insert_record(self):