テストのコメント削除

This commit is contained in:
野間 2023-05-11 15:55:24 +09:00
parent 6747b4b0fd
commit 022f164eb4

View File

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