44
edits
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
Tools and libraries for generating data are needed to exercise every part of our code without unnecessary storing/sharing of data from production. | Tools and libraries for generating data are needed to exercise every part of our code without unnecessary storing/sharing of data from production. | ||
To meet this need, convenience functions for generating data are being added to zamboni (currently they live here: https://github.com/mozilla/zamboni/blob/2efc0527/mkt/webapps/tasks.py#L849-L965 ), and are used by a simple command line app, <kbd>./manage.py generate_apps</kbd> (see [Marketplace/Fake_Data/App_Generator] for details and planned features.) | To meet this need, convenience functions for generating data are being added to zamboni (currently they live here: https://github.com/mozilla/zamboni/blob/2efc0527/mkt/webapps/tasks.py#L849-L965 ), and are used by a simple command line app, <kbd>./manage.py generate_apps</kbd> (see [[Marketplace/Fake_Data/App_Generator]] for details and planned features.) | ||
== Types of data to generate == | == Types of data to generate == | ||
edits