| | | | --- | --- | | Short description | REM function is called instead of DIV | | Expected operation | DIV function should be called when we call the DIV operator | | Experienced operation | REM function is called | | Reproductive steps | After running the DIV operation it can be reproduced the error | | Error location | https://github.com/palatinb/test-automation-engineer-python-junior/blob/865c772c72e8b518a60f3ce0a996cb2ffbcc03b6/icalc.py#L27| | Test result | Not OK | | Priority | High |
test-automation-engineer-python-junior/icalc.py
Line 27 in 865c772