Closed hartym closed 5 days ago
Epic: Developper, Operator & User Experience
When running harp create project, I want to get a minimal "tests" directory and the ability to run make tests from the root, installing pytest (dev dependency) and running basic integration / uinit tests for the custom application.
harp create project
make tests
Epic: Developper, Operator & User Experience
When running
harp create project
, I want to get a minimal "tests" directory and the ability to runmake tests
from the root, installing pytest (dev dependency) and running basic integration / uinit tests for the custom application.