bentonam / fakeit

Generates JSON documents based on models defined in YAML and adds them to a Couchbase Bucket
MIT License
86 stars 21 forks source link

Feature/1.0.0/model structure #104

Closed tjbenton closed 7 years ago

tjbenton commented 7 years ago

This adds support for resolving inputs and dependencies via the model instead of having to pass them in. This PR adds over 300 tests for models alone and code coverage of 100%

Resolves the following #101, #90, #85, #84