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/main structure #103

Closed tjbenton closed 7 years ago

tjbenton commented 7 years ago

This update adds the main structure for the app, and adds over 200+ tests. It also added 261 tests todo. These tests are towards validating that the the resulting data is correct, and the way these tests are being validated are by using joi which a schema validation library. These tests todo also haven't been complete yet because there're other things that need to be complete and updated before they can be complete like automatically getting inputs and dependencies.

Resolves different items in the following issues #90, #97, #98.

The CLI is broken but it will be fixed in another pull request.