gokhanustuner / swe-573-fall-2021

My individual GitHub repository for the term project I will build in SWE 573.
1 stars 0 forks source link

Creation of fake/mock data to exploit in testing and prototyping #12

Open gokhanustuner opened 2 years ago

gokhanustuner commented 2 years ago

We need to create fake/mock data to commonly use both in testing and prototyping. If possible, the library we use to create mock data should pretend real functionality of the application, as though we interact with the real database, to create a consistent data batch.

gokhanustuner commented 2 years ago

Installed;

https://pypi.org/project/factory-boy/