ApiLogicServer / ApiLogicServer-src

Create an executable project (API and Admin App) from a database or natural language prompt with 1 command, customize with declarative rules and Python in your IDE, containerize and deploy.
https://apilogicserver.github.io/Docs/
BSD 3-Clause "New" or "Revised" License
30 stars 5 forks source link

behave run does returns status 0, even if some tests failed #70

Closed valhuber closed 1 month ago

valhuber commented 2 months ago

Behave consume all the assert failures so it can run all the tests.

So, behave_run needs to scan the contents of the behave.log.

Fix planned for next release.

valhuber commented 1 month ago

fixed 11.2.5