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