テストコメント外し

This commit is contained in:
野間 2023-08-25 15:54:17 +09:00
parent 5b642bbc48
commit 173d3855fb

View File

@ -28,13 +28,13 @@ class TestComDrMapper:
# 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):