You know the pattern: you write a factory with faker, tests pass locally, then CI blows up because faker.number.int generated a negative value that fails your .positive constraint. The mock was lying the whole time.
I built zodmint to fix this. You ...