Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DRAFT] Fake data for mocks #29

Open
ProtocolNebula opened this issue Jan 19, 2021 · 0 comments
Open

[DRAFT] Fake data for mocks #29

ProtocolNebula opened this issue Jan 19, 2021 · 0 comments
Labels
Draft This need to be analyzed and approved OR completed

Comments

@ProtocolNebula
Copy link
Owner

ProtocolNebula commented Jan 19, 2021

The mock engines should be capable of use a fake data generator.

The generator can be chosen by the user using a parameter.
Also, fake data generators can be written like a mock engine, so can be developed outside the application.

Alternative (and easier) option:
Provide a YAML/JSON file which specifies for each "Model" and "Parameter" a list of possible values, so you can create a "set" of data to be generated on each upgrade.

The non-specified parameters will be generated like now (example/default/random)

@ProtocolNebula ProtocolNebula added the Draft This need to be analyzed and approved OR completed label Jan 19, 2021
@ProtocolNebula ProtocolNebula added this to the Generate Mocks milestone Jan 23, 2021
@ProtocolNebula ProtocolNebula changed the title Fake data for mocks [DRAFT] Fake data for mocks Jan 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Draft This need to be analyzed and approved OR completed
Projects
None yet
Development

No branches or pull requests

1 participant