UTBot Python cannot find Division by Zero problem #1831
Labels
comp-codegen
Issue is related to code generator
ctg-enhancement
New feature, improvement or change request
lang-python
Issue is related to python support
status-verified
Bug fix is verified
Milestone
Description
Even when all types are specified UTBot Python doesn't find case when Division by Zero happens. Both UTBotJava and UTBotCPP can find such problem and it seems quite classic example of the problem which could be revealed with static analysis, so I would expect that UTBot Python also find the error.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Test which exposes 'Division by Zero' problem is generated among the others.
Actual behavior
No such test is generated, the only test looks like that:
The text was updated successfully, but these errors were encountered: