SatelliteQE / satellite-populate

This new module adds tools and commands to populate and validate entities in the system based in YAML file.
Other
8 stars 10 forks source link

Refactor BasePopulator moving methods to APIPopulator #35

Open rochacbruno opened 7 years ago

rochacbruno commented 7 years ago

The BasePopulator class should be really base most of the methods should be moved to APIPopulator and a placeholder with NotImplementedError should be left in base for required methods.