apryor6 / flaskerize

Python CLI build/dev tool for templated code generation and project modification. Think Angular schematics for Python.
BSD 3-Clause "New" or "Revised" License
122 stars 13 forks source link

Multiple errors default entity schematic #40

Open NanoPish opened 4 years ago

NanoPish commented 4 years ago

There are different errors when adding an entity to an api using the default entity schematic, like

from app.product import Product in interface_test.py.template

or different .data in generated *_test.py files that make test crashes.

Do I miss something or should it be fixed ?

I can fix those and few others if needed.

ehoeffner commented 4 years ago

I entered a pull-request to see if I could get these issues addressed