Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: StopIteration exception when mock PostgreSQL connection in several tests
Post: StopIteration exception when mock PostgreSQL conne...

Hi I mock connect to Postgresql(psycopg2) in two tests from unittest.mock import patch, MagicMock with patch('psycopg2.pool.ThreadedConnectionPool') as mock_connect: mock_connect().getconn.retur...
igor87z General Coding Help 1 2,933 Jun-10-2020, 07:21 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020