testfixtures
testfixtures copied to clipboard
Conflict on primary key when reseting sequence on postgres
Somehow, primary key conflict occurs when sequence are used as primary key default value. It happens when tests are run several time. As workaround an option has been added to the postgres helper to no reset sequences #38 This issue is opened to track the root cause of the problem which have not been completely identified.