コメント外し

This commit is contained in:
野間 2023-05-11 17:04:35 +09:00
parent 2dd99b06ba
commit 662a214f3b

View File

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