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
{{ message }}
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.
Let's just create a databuilder cli script. It'll handle the creation of users/other types of models and inputting them into the database for testing everything, but will have the ability to roll back the transaction when testing is complete. We could use something like https://www.npmjs.com/package/random-user for the generation of the fake user info.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Use Case
During development, be able to generate instances of model objects for testing without having to manually create fake objects in the database
Example: I just cloned the repo and have begun working on the application reader, but I don't want to create 10 fake user accounts to test with
The text was updated successfully, but these errors were encountered: