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
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.templateor 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.