You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I'm looking into mockd to generate test data for my integration tests.
However, seeing how I'll need to refer to the generated data in my tests, I'm wondering if it'd make sense to have a way to set the seed, so that the randomly-generated data is always the same?
For now I'll probably just use mockd to generate a SQL file of data to then create my database, but it'd be awesome to remove that checked-in SQL file and instead just fill the database live.
WDYT?
The text was updated successfully, but these errors were encountered:
Hello! I'm looking into mockd to generate test data for my integration tests.
However, seeing how I'll need to refer to the generated data in my tests, I'm wondering if it'd make sense to have a way to set the seed, so that the randomly-generated data is always the same?
For now I'll probably just use mockd to generate a SQL file of data to then create my database, but it'd be awesome to remove that checked-in SQL file and instead just fill the database live.
WDYT?
The text was updated successfully, but these errors were encountered: