Snowfakery
Snowfakery copied to clipboard
Allow repeatable results for automated tests
A mocked version of Faker (and Random) could return results from CSV fixtures instead of truly random results. Then the output of every version of Faker could be compared to every previous version to detect regressions automatically.
Relevant PR is #313